forked from aniani/vim
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.
This commit is contained in:
@@ -5253,7 +5253,7 @@ func Test_quickfix_window_fails_to_open()
|
||||
call delete('XquickfixFails')
|
||||
endfunc
|
||||
|
||||
" Test for updating the quickfix buffer whenever the assocaited quickfix list
|
||||
" Test for updating the quickfix buffer whenever the associated quickfix list
|
||||
" is changed.
|
||||
func Xqfbuf_update(cchar)
|
||||
call s:setup_commands(a:cchar)
|
||||
|
||||
Reference in New Issue
Block a user