0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

patch 8.2.2512: Vim9: compiling error test sometimes fails

Problem:    Vim9: compiling error test sometimes fails.
Solution:   use WaitForAssert() instead of sleeping for a bit. (Dominique
            Pellé, closes #7837)
This commit is contained in:
Bram Moolenaar
2021-02-14 13:17:22 +01:00
parent 39f3b14110
commit 03dfde2b5f
4 changed files with 9 additions and 13 deletions

View File

@@ -755,7 +755,7 @@ def Test_throw_vimscript()
enddef
def Test_error_in_nested_function()
# an error in a nested :function aborts executin in the calling :def function
# an error in a nested :function aborts executing in the calling :def function
var lines =<< trim END
vim9script
def Func()