From 41ab09539990518233f78eba7d9e5094845f2964 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 6 Oct 2016 23:58:44 +0900 Subject: vim-patch:7.4.1588 Problem: Old style test for quickfix. Solution: Turn test 96 into a new style test. https://github.com/vim/vim/commit/1ff2b64b11e7d263c6853745d5e594bd8f94b91e --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index e6ef600f8c..9048ca7129 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -855,7 +855,7 @@ static int included_patches[] = { // 1591, // 1590, // 1589, - // 1588, + 1588, // 1587 NA // 1586, // 1585, -- cgit