diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-03-11 19:06:10 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-03-11 19:07:05 +0800 |
commit | 2ecab2193d6ea866be77588a80ce14669a008a7b (patch) | |
tree | fe1a740cc25088b57f19a85ec018036630af9687 | |
parent | 6311ec3a633692dbc353c928c6c133d8204589d4 (diff) | |
download | rneovim-2ecab2193d6ea866be77588a80ce14669a008a7b.tar.gz rneovim-2ecab2193d6ea866be77588a80ce14669a008a7b.tar.bz2 rneovim-2ecab2193d6ea866be77588a80ce14669a008a7b.zip |
vim-patch:7.4.2151
Problem: Quickfix test fails on MS-Windows.
Solution: Close the help window. (Christian Brabandt)
https://github.com/vim/vim/commit/cf25fdb8f10a92b3bf9e295c466c1b69812b7886
-rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 1 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index 50fe6ce977..39d0c5407a 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -389,6 +389,7 @@ endfunction function Test_helpgrep() call s:test_xhelpgrep('c') + helpclose call s:test_xhelpgrep('l') endfunc diff --git a/src/nvim/version.c b/src/nvim/version.c index 0eadd39182..a845600810 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -289,7 +289,7 @@ static int included_patches[] = { // 2154 NA // 2153 NA // 2152, - // 2151, + 2151, // 2150 NA 2149, 2148, |