To: vim_dev@googlegroups.com Subject: Patch 9.0.1655 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///