comparison src/testdir/test_quickfix.vim @ 23092:c713358da074 v8.2.2092

patch 8.2.2092: Vim9: unpredictable errors for script tests Commit: https://github.com/vim/vim/commit/2d870f8d9ebad22d32799d0d0ee30943d0a0e49d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 5 13:41:01 2020 +0100 patch 8.2.2092: Vim9: unpredictable errors for script tests Problem: Vim9: unpredictable errors for script tests. Solution: Use a different script file name for each run.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Dec 2020 13:45:04 +0100
parents 450d6e4992e1
children db97415750ce
comparison
equal deleted inserted replaced
23091:dd27e20498a3 23092:c713358da074
5251 call StopVimInTerminal(buf) 5251 call StopVimInTerminal(buf)
5252 call delete('XtestWinFails') 5252 call delete('XtestWinFails')
5253 call delete('XquickfixFails') 5253 call delete('XquickfixFails')
5254 endfunc 5254 endfunc
5255 5255
5256 " Test for updating the quickfix buffer whenever the assocaited quickfix list 5256 " Test for updating the quickfix buffer whenever the associated quickfix list
5257 " is changed. 5257 " is changed.
5258 func Xqfbuf_update(cchar) 5258 func Xqfbuf_update(cchar)
5259 call s:setup_commands(a:cchar) 5259 call s:setup_commands(a:cchar)
5260 5260
5261 Xexpr "F1:1:line1" 5261 Xexpr "F1:1:line1"