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:
@@ -2939,7 +2939,7 @@ def Run_Test_closure_in_for_loop_fails()
|
|||||||
writefile(lines, 'XTest_closure_fails', 'D')
|
writefile(lines, 'XTest_closure_fails', 'D')
|
||||||
|
|
||||||
# Check that an error shows
|
# 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', {})
|
g:VerifyScreenDump(buf, 'Test_vim9_closure_fails', {})
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
|
|||||||
@@ -703,6 +703,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
441,
|
||||||
/**/
|
/**/
|
||||||
440,
|
440,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user