From 827f2f9f6b75ba182d27c30a6a056968bed65eaa Mon Sep 17 00:00:00 2001 From: lonerover Date: Tue, 17 Jan 2017 16:33:53 +0800 Subject: vim-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. https://github.com/vim/vim/commit/015102e91e978a0bb42a14461c132a85e8f7e1ea --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 98cfdd1b4a..6e94846907 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -390,7 +390,7 @@ static int included_patches[] = { // 2053 NA // 2052 NA // 2051, - // 2050, + 2050, 2049, // 2048 NA // 2047, -- cgit