]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-190 v7.0.190
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Feb 2007 01:48:10 +0000 (01:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Feb 2007 01:48:10 +0000 (01:48 +0000)
src/syntax.c
src/version.c

index d5047c7c6c66bde04889fd9cd5f5f640a2c28a26..50e112fb66998f4cd2342c86c1cda50b6c341df1 100644 (file)
@@ -3206,7 +3206,7 @@ syn_cmd_spell(eap, syncing)
        curbuf->b_syn_spell = SYNSPL_TOP;
     else if (STRNICMP(arg, "notoplevel", 10) == 0 && next - arg == 10)
        curbuf->b_syn_spell = SYNSPL_NOTOP;
-    else if (STRNICMP(arg, "default", 4) == 0 && next - arg == 4)
+    else if (STRNICMP(arg, "default", 7) == 0 && next - arg == 7)
        curbuf->b_syn_spell = SYNSPL_DEFAULT;
     else
        EMSG2(_("E390: Illegal argument: %s"), arg);
index 4459e5fce412e20a696c8a5fb6c3db3bd55dc524..9e3cff6385a6d4f483b6dfe2b8526300db4afaee 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    190,
 /**/
     189,
 /**/