Patch 9.0.0441

5 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 11, 2022, 7:01:49 AM9/11/22
to vim...@googlegroups.com

Patch 9.0.0441
Problem: Closure in for loop test fails on some systems.
Solution: Do not wait for the ruler to show up. (issue #11106)
Files: src/testdir/test_vim9_func.vim


*** ../vim-9.0.0440/src/testdir/test_vim9_func.vim 2022-09-11 11:49:19.098228660 +0100
--- src/testdir/test_vim9_func.vim 2022-09-11 11:58:47.005573792 +0100
***************
*** 2939,2945 ****
writefile(lines, 'XTest_closure_fails', 'D')

# Check that an error shows
! var buf = g:RunVimInTerminal('-S XTest_closure_fails', {'rows': 6})
g:VerifyScreenDump(buf, 'Test_vim9_closure_fails', {})

# clean up
--- 2939,2945 ----
writefile(lines, 'XTest_closure_fails', 'D')

# Check that an error shows
! var buf = g:RunVimInTerminal('-S XTest_closure_fails', {rows: 6, wait_for_ruler: 0})
g:VerifyScreenDump(buf, 'Test_vim9_closure_fails', {})

# clean up
*** ../vim-9.0.0440/src/version.c 2022-09-11 11:49:19.102228659 +0100
--- src/version.c 2022-09-11 12:00:52.329379264 +0100
***************
*** 705,706 ****
--- 705,708 ----
{ /* Add new patch number below this line */
+ /**/
+ 441,
/**/

--
It is hard to understand how a cemetery raised its burial
cost and blamed it on the cost of living.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages