forked from aniani/vim
updated for version 7.1-037
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
37,
|
||||
/**/
|
||||
36,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user