1
0
forked from aniani/vim

patch 9.0.0441: closure in for loop test fails on some systems

Problem:    Closure in for loop test fails on some systems.
Solution:   Do not wait for the ruler to show up. (issue #11106)
This commit is contained in:
Bram Moolenaar
2022-09-11 12:01:04 +01:00
parent f5fec05c7f
commit c069edeab2
2 changed files with 3 additions and 1 deletions

View File

@@ -2939,7 +2939,7 @@ def Run_Test_closure_in_for_loop_fails()
writefile(lines, 'XTest_closure_fails', 'D')
# Check that an error shows
var buf = g:RunVimInTerminal('-S XTest_closure_fails', {'rows': 6})
var buf = g:RunVimInTerminal('-S XTest_closure_fails', {rows: 6, wait_for_ruler: 0})
g:VerifyScreenDump(buf, 'Test_vim9_closure_fails', {})
# clean up

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
441,
/**/
440,
/**/