forked from aniani/vim
updated for version 7.2-306
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user