diff src/testdir/test_quickfix.vim @ 9752:429be545637a v7.4.2151

commit https://github.com/vim/vim/commit/cf25fdb8f10a92b3bf9e295c466c1b69812b7886 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 3 21:04:53 2016 +0200 patch 7.4.2151 Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Aug 2016 21:15:05 +0200
parents fa64afb99dda
children 67781bb0a61a
line wrap: on
line diff
--- a/src/testdir/test_quickfix.vim
+++ b/src/testdir/test_quickfix.vim
@@ -407,6 +407,7 @@ endfunction
 
 function Test_helpgrep()
   call s:test_xhelpgrep('c')
+  helpclose
   call s:test_xhelpgrep('l')
 endfunc