mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
updated for version 7.2-211
This commit is contained in:
@@ -9193,7 +9193,7 @@ gen_expand_wildcards(num_pat, pat, num_file, file, flags)
|
||||
else if (vim_strpbrk(p, (char_u *)"$~") != NULL)
|
||||
{
|
||||
vim_free(p);
|
||||
ga_clear(&ga);
|
||||
ga_clear_strings(&ga);
|
||||
i = mch_expand_wildcards(num_pat, pat, num_file, file,
|
||||
flags);
|
||||
recursive = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user