0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.2-208

This commit is contained in:
Bram Moolenaar
2009-06-16 15:50:33 +00:00
parent adb09c2e69
commit 2a7b9ee0a7
2 changed files with 4 additions and 2 deletions

View File

@@ -4006,7 +4006,7 @@ do_set(arg, opt_flags)
else else
{ {
prefix = 1; prefix = 1;
if (STRNCMP(arg, "no", 2) == 0) if (STRNCMP(arg, "no", 2) == 0 && STRNCMP(arg, "novice", 6) != 0)
{ {
prefix = 0; prefix = 0;
arg += 2; arg += 2;
@@ -9757,7 +9757,7 @@ set_context_in_set_cmd(xp, arg, opt_flags)
} }
--p; --p;
} }
if (STRNCMP(p, "no", 2) == 0) if (STRNCMP(p, "no", 2) == 0 && STRNCMP(p, "novice", 6) != 0)
{ {
xp->xp_context = EXPAND_BOOL_SETTINGS; xp->xp_context = EXPAND_BOOL_SETTINGS;
p += 2; p += 2;

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
208,
/**/ /**/
207, 207,
/**/ /**/