]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-001 v7.0.001
authorBram Moolenaar <Bram@vim.org>
Tue, 9 May 2006 16:15:42 +0000 (16:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 May 2006 16:15:42 +0000 (16:15 +0000)
src/option.c
src/version.c

index 1234bac90c936cdb450eee823e5e5b13760de1d9..d2b6335cc67e0ed6cd3895ccba9361cdf4930817 100644 (file)
@@ -2294,7 +2294,7 @@ static struct vimoption
                            {(char_u *)0L, (char_u *)0L}
 #endif
                            },
-    {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE,
+    {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE|P_COMMA,
 #ifdef FEAT_SPELL
                            (char_u *)&p_sps, PV_NONE,
                            {(char_u *)"best", (char_u *)0L}
index 0129009ab49cc9e1a287bdc4ab9dffd5bab73d15..9d0e4e6693abbd113a7939100d8b4bd085cc0fe8 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1,
 /**/
     0
 };