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

updated for version 7.1-302

This commit is contained in:
Bram Moolenaar 2008-05-28 20:02:48 +00:00
parent 497683bc34
commit 0356c8c90e
2 changed files with 6 additions and 0 deletions

View File

@ -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]);

View File

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