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

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:
Bram Moolenaar
2012-06-29 12:57:06 +02:00
parent db91395312
commit 8f5c6f003a
5 changed files with 15 additions and 7 deletions

View File

@@ -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)
{