]> git.pld-linux.org Git - packages/vim.git/commitdiff
- now has("spell") work
authorArtur Frysiak <artur@frysiak.net>
Tue, 8 Oct 2002 13:03:35 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-ispell.patch -> 1.11

vim-ispell.patch

index adc08d8ed280e096e9d9bb90d93a9a0fedfdf431..d6b1025f96c491448d152bbe5e422e7cd22999c8 100644 (file)
@@ -7025,3 +7025,15 @@ diff -Nur vim61.orig/src/vim.h vim61/src/vim.h
  
  /*
   * Boolean constants
+--- vim61/src/eval.c.ispell    Tue Oct  8 14:57:16 2002
++++ vim61/src/eval.c   Tue Oct  8 14:58:49 2002
+@@ -4334,6 +4334,9 @@
+ #ifdef FEAT_SNIFF
+       "sniff",
+ #endif
++#ifdef FEAT_SPELL_HL
++      "spell",
++#endif
+ #ifdef FEAT_STL_OPT
+       "statusline",
+ #endif
This page took 0.412449 seconds and 4 git commands to generate.