aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-03-11 19:06:10 +0800
committerlonerover <pathfinder1644@yahoo.com>2017-03-11 19:07:05 +0800
commit2ecab2193d6ea866be77588a80ce14669a008a7b (patch)
treefe1a740cc25088b57f19a85ec018036630af9687 /src/nvim/testdir
parent6311ec3a633692dbc353c928c6c133d8204589d4 (diff)
downloadrneovim-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
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test_quickfix.vim1
1 files changed, 1 insertions, 0 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