updated for version 7.2-306

This commit is contained in:
vimboss
2009-11-25 16:14:45 +00:00
parent ff3c3f2b91
commit b0c8ac3bfe
2 changed files with 3 additions and 0 deletions
+1
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);
+2
View File
@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
306,
/**/
305,
/**/