Skip to content

Commit cf25fdb

Browse files
committed
patch 7.4.2151
Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt)
1 parent 4c38d66 commit cf25fdb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_quickfix.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ endfunction
407407

408408
function Test_helpgrep()
409409
call s:test_xhelpgrep('c')
410+
helpclose
410411
call s:test_xhelpgrep('l')
411412
endfunc
412413

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2151,
766768
/**/
767769
2150,
768770
/**/

0 commit comments

Comments
 (0)