mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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:
@@ -953,6 +953,7 @@ def Test_heredoc()
|
||||
call Func()
|
||||
[END]
|
||||
CheckScriptFailure(lines, 'E990:')
|
||||
delfunc! g:Func
|
||||
enddef
|
||||
|
||||
def Test_let_func_call()
|
||||
|
Reference in New Issue
Block a user