]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2430: :vimgrep expands wildcards twice v8.2.2430
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2021 17:09:06 +0000 (18:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2021 17:09:06 +0000 (18:09 +0100)
commitf8c6a1718007432812184c28495e8d27ee6c0395
tree301e5a7b0b80b406610881f02be24c3460674d5b
parent59ff64079b4fcf0393a7413e3242a8b58c2ceadb
patch 8.2.2430: :vimgrep expands wildcards twice

Problem:    :vimgrep expands wildcards twice.
Solution:   Do not expand wildcards a second time.
src/arglist.c
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c