forked from aniani/vim
updated for version 7.3.570
Problem: ":vimgrep" does not obey 'wildignore'. Solution: Apply 'wildignore' and 'suffixes' to ":vimgrep". (Ingo Karkat)
This commit is contained in:
@@ -3189,7 +3189,7 @@ ex_vimgrep(eap)
|
||||
;
|
||||
|
||||
/* parse the list of arguments */
|
||||
if (get_arglist_exp(p, &fcount, &fnames) == FAIL)
|
||||
if (get_arglist_exp(p, &fcount, &fnames, TRUE) == FAIL)
|
||||
goto theend;
|
||||
if (fcount == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user