forked from aniani/vim
patch 7.4.2151
Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt)
This commit is contained in:
@@ -407,6 +407,7 @@ endfunction
|
|||||||
|
|
||||||
function Test_helpgrep()
|
function Test_helpgrep()
|
||||||
call s:test_xhelpgrep('c')
|
call s:test_xhelpgrep('c')
|
||||||
|
helpclose
|
||||||
call s:test_xhelpgrep('l')
|
call s:test_xhelpgrep('l')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2151,
|
||||||
/**/
|
/**/
|
||||||
2150,
|
2150,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user