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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220911110145.143081C0CF3%40moolenaar.net.