0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0-190

This commit is contained in:
Bram Moolenaar
2007-02-04 01:48:10 +00:00
parent 0739a1e671
commit 86ea76404e
2 changed files with 3 additions and 1 deletions

View File

@@ -3206,7 +3206,7 @@ syn_cmd_spell(eap, syncing)
curbuf->b_syn_spell = SYNSPL_TOP; curbuf->b_syn_spell = SYNSPL_TOP;
else if (STRNICMP(arg, "notoplevel", 10) == 0 && next - arg == 10) else if (STRNICMP(arg, "notoplevel", 10) == 0 && next - arg == 10)
curbuf->b_syn_spell = SYNSPL_NOTOP; 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; curbuf->b_syn_spell = SYNSPL_DEFAULT;
else else
EMSG2(_("E390: Illegal argument: %s"), arg); EMSG2(_("E390: Illegal argument: %s"), arg);

View File

@@ -666,6 +666,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 */
/**/
190,
/**/ /**/
189, 189,
/**/ /**/