Patch 9.0.1655 (after 9.0.1652)
Problem: Syntax test fails when Vim window is not tall enough.
Solution: Make sure each terminal window is closed.
Files: runtime/syntax/testdir/runtest.vim
*** ../vim-9.0.1654/runtime/syntax/testdir/runtest.vim 2023-06-23
21:36:27.364304002 +0100
--- runtime/syntax/testdir/runtest.vim 2023-06-23 22:48:00.070247913 +0100
***************
*** 117,122 ****
--- 117,132 ----
syntax on
END
call writefile(lines, 'Xtestscript')
+
+ " close all but the last window
+ while winnr('$') > 1
+ close
+ endwhile
+
+ " Redraw to make sure that messages are cleared and there is enough space
+ " for the terminal window.
+ redraw
+
let buf = RunVimInTerminal('-S Xtestscript ' .. fname, {})
" Screendump at the start of the file: failed/filetype_00.dump
*** ../vim-9.0.1654/src/version.c 2023-06-23 22:56:43.758833466 +0100
--- src/version.c 2023-06-23 22:57:59.906871874 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1655,
/**/
--
hundred-and-one symptoms of being an internet addict:
221. Your wife melts your keyboard in the oven.
/// 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/20230623215952.ACDA21C054C%40moolenaar.net.