0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0086

This commit is contained in:
Bram Moolenaar
2005-06-16 21:51:00 +00:00
parent 78599adb52
commit ea424166e2
4 changed files with 565 additions and 193 deletions

View File

@@ -4146,7 +4146,7 @@ expand_filename(eap, cmdlinep, errormsgp)
/* For a shell command a '!' must be escaped. */
if ((eap->usefilter || eap->cmdidx == CMD_bang)
&& vim_strpbrk(repl, "!&;()") != NULL)
&& vim_strpbrk(repl, (char_u *)"!&;()") != NULL)
{
char_u *l;