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:
@@ -8553,7 +8553,7 @@ ex_mkspell(eap)
|
||||
}
|
||||
|
||||
/* Expand all the remaining arguments (e.g., $VIMRUNTIME). */
|
||||
if (get_arglist_exp(arg, &fcount, &fnames) == OK)
|
||||
if (get_arglist_exp(arg, &fcount, &fnames, FALSE) == OK)
|
||||
{
|
||||
mkspell(fcount, fnames, ascii, eap->forceit, FALSE);
|
||||
FreeWild(fcount, fnames);
|
||||
|
Reference in New Issue
Block a user