comparison 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
comparison
equal deleted inserted replaced
9751:4843c53e809a 9752:429be545637a
405 Xclose 405 Xclose
406 endfunction 406 endfunction
407 407
408 function Test_helpgrep() 408 function Test_helpgrep()
409 call s:test_xhelpgrep('c') 409 call s:test_xhelpgrep('c')
410 helpclose
410 call s:test_xhelpgrep('l') 411 call s:test_xhelpgrep('l')
411 endfunc 412 endfunc
412 413
413 func Test_errortitle() 414 func Test_errortitle()
414 augroup QfBufWinEnter 415 augroup QfBufWinEnter