]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-208 v7.2.208
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Jun 2009 15:50:33 +0000 (15:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Jun 2009 15:50:33 +0000 (15:50 +0000)
src/option.c
src/version.c

index 141329121bbb179404e6ed18e068e028eadb4139..6eb7903295ad385e00c59a3aba4b3d6bf7952e70 100644 (file)
@@ -4006,7 +4006,7 @@ do_set(arg, opt_flags)
        else
        {
            prefix = 1;
-           if (STRNCMP(arg, "no", 2) == 0)
+           if (STRNCMP(arg, "no", 2) == 0 && STRNCMP(arg, "novice", 6) != 0)
            {
                prefix = 0;
                arg += 2;
@@ -9757,7 +9757,7 @@ set_context_in_set_cmd(xp, arg, opt_flags)
        }
        --p;
     }
-    if (STRNCMP(p, "no", 2) == 0)
+    if (STRNCMP(p, "no", 2) == 0 && STRNCMP(p, "novice", 6) != 0)
     {
        xp->xp_context = EXPAND_BOOL_SETTINGS;
        p += 2;
index 2ec6a6a9df51e4a4de19dd7fe2a3c47c3d61ee16..044b2fdd4d45e69c29ef84def2e95de60d883245 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    208,
 /**/
     207,
 /**/