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

View File

@ -289,7 +289,7 @@ static int included_patches[] = {
// 2154 NA
// 2153 NA
// 2152,
// 2151,
2151,
// 2150 NA
2149,
2148,