0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2-306

This commit is contained in:
Bram Moolenaar 2009-11-25 16:14:45 +00:00
parent 19f990e497
commit 099d01d4a7
2 changed files with 3 additions and 0 deletions

View File

@ -1390,6 +1390,7 @@ vim_strsave_shellescape(string, do_special)
*d++ = '\\'; /* insert backslash */
while (--l >= 0) /* copy the var */
*d++ = *p++;
continue;
}
MB_COPY_CHAR(p, d);

View File

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