mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
6311ec3a63
commit
2ecab2193d
@ -389,6 +389,7 @@ endfunction
|
||||
|
||||
function Test_helpgrep()
|
||||
call s:test_xhelpgrep('c')
|
||||
helpclose
|
||||
call s:test_xhelpgrep('l')
|
||||
endfunc
|
||||
|
||||
|
@ -289,7 +289,7 @@ static int included_patches[] = {
|
||||
// 2154 NA
|
||||
// 2153 NA
|
||||
// 2152,
|
||||
// 2151,
|
||||
2151,
|
||||
// 2150 NA
|
||||
2149,
|
||||
2148,
|
||||
|
Loading…
Reference in New Issue
Block a user