commit | e1bb879f49665bb828197135b80aaf72cc190073 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 06 22:58:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 06 22:58:23 2018 +0200 |
tree | 208a363b53d3118271a724454f47401093a05eee | |
parent | c4b533e1e93151658cb170c6796d327a8c0f8612 [diff] [blame] |
patch 8.0.1669: :vimgrep may add entries to the wrong quickfix list Problem: :vimgrep may add entries to the wrong quickfix list. Solution: Use the list identifier. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 33bae20..813bcfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1669, +/**/ 1668, /**/ 1667,