]> granicus.if.org Git - vim/commitdiff
patch 7.4.2151 v7.4.2151
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Aug 2016 19:04:53 +0000 (21:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Aug 2016 19:04:53 +0000 (21:04 +0200)
Problem:    Quickfix test fails on MS-Windows.
Solution:   Close the help window. (Christian Brabandt)

src/testdir/test_quickfix.vim
src/version.c

index e79315b969b15c4b7874f205128174d2ae90ff90..9f0b5106e998198f38c041948a93e6dd1daab2a0 100644 (file)
@@ -407,6 +407,7 @@ endfunction
 
 function Test_helpgrep()
   call s:test_xhelpgrep('c')
+  helpclose
   call s:test_xhelpgrep('l')
 endfunc
 
index c50088e32fc1c8bb4ddf2520ba3ccc5f7af38d14..9af79c6b7e7b78b2a367d716723628a64001531c 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2151,
 /**/
     2150,
 /**/