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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user