commit | f8c6a1718007432812184c28495e8d27ee6c0395 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 18:09:06 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 18:09:06 2021 +0100 |
tree | 301e5a7b0b80b406610881f02be24c3460674d5b | |
parent | 59ff64079b4fcf0393a7413e3242a8b58c2ceadb [diff] [blame] |
patch 8.2.2430: :vimgrep expands wildcards twice Problem: :vimgrep expands wildcards twice. Solution: Do not expand wildcards a second time.
diff --git a/src/version.c b/src/version.c index 52fa663..56a0797 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2430, +/**/ 2429, /**/ 2428,