commit | cf25fdb8f10a92b3bf9e295c466c1b69812b7886 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 21:04:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 21:04:53 2016 +0200 |
tree | f9d9ccd55a971da18d154d67bb5a16250bf196bb | |
parent | 4c38d66d25e4ba433fe87283a4664425a3dbd529 [diff] [blame] |
patch 7.4.2151 Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt)
diff --git a/src/testdir/test_quickfix.vim b/src/testdir/test_quickfix.vim index e79315b..9f0b510 100644 --- a/src/testdir/test_quickfix.vim +++ b/src/testdir/test_quickfix.vim
@@ -407,6 +407,7 @@ function Test_helpgrep() call s:test_xhelpgrep('c') + helpclose call s:test_xhelpgrep('l') endfunc