0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-037

This commit is contained in:
Bram Moolenaar
2007-07-24 12:58:01 +00:00
parent 4f68858766
commit 3afaae44a9
2 changed files with 3 additions and 1 deletions

View File

@@ -4628,7 +4628,7 @@ do_set(arg, opt_flags)
if ((!(flags & P_COMMA) || *s != ',')
&& vim_strchr(s + 1, *s) != NULL)
{
STRCPY(s, s + 1);
mch_memmove(s, s + 1, STRLEN(s));
--s;
}
}

View File

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