vim-patch:7.4.2151

Problem:    Quickfix test fails on MS-Windows.
Solution:   Close the help window. (Christian Brabandt)

cf25fdb8f1
This commit is contained in:
lonerover
2017-03-11 19:06:10 +08:00
parent 6311ec3a63
commit 2ecab2193d
2 changed files with 2 additions and 1 deletions

View File

@@ -389,6 +389,7 @@ endfunction
function Test_helpgrep()
call s:test_xhelpgrep('c')
helpclose
call s:test_xhelpgrep('l')
endfunc