mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
vim-patch:8.2.2430: :vimgrep expands wildcards twice (#13853)
Problem: :vimgrep expands wildcards twice.
Solution: Do not expand wildcards a second time.
f8c6a17180
This commit is contained in:
@@ -5264,7 +5264,7 @@ void ex_vimgrep(exarg_T *eap)
|
||||
qf_new_list(qi, title);
|
||||
}
|
||||
|
||||
// parse the list of arguments
|
||||
// Parse the list of arguments, wildcards have already been expanded.
|
||||
if (get_arglist_exp(p, &fcount, &fnames, true) == FAIL) {
|
||||
goto theend;
|
||||
}
|
||||
|
Reference in New Issue
Block a user