commit | 015102e91e978a0bb42a14461c132a85e8f7e1ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 18:24:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 18:24:56 2016 +0200 |
tree | f00c9b4bec0c5debda549ab786c5ccc7a5d73dbf | |
parent | f6acffbe83e622542d9fdf3066f51933e46e4954 [diff] [blame] |
patch 7.4.2050 Problem: When using ":vimgrep" may end up with duplicate buffers. Solution: When adding an error list entry pass the buffer number if possible.
diff --git a/src/version.c b/src/version.c index f0df848..f4d9090 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2050, +/**/ 2049, /**/ 2048,