mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-302
This commit is contained in:
@@ -3656,7 +3656,11 @@ ExpandEscape(xp, str, numfiles, files, options)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#ifdef BACKSLASH_IN_FILENAME
|
||||
p = vim_strsave_fnameescape(files[i], FALSE);
|
||||
#else
|
||||
p = vim_strsave_fnameescape(files[i], xp->xp_shell);
|
||||
#endif
|
||||
if (p != NULL)
|
||||
{
|
||||
vim_free(files[i]);
|
||||
|
Reference in New Issue
Block a user