Commit: patch 9.2.0988: tests: Test_terminal_csi_resize_oob() returns early
Christian Brabandt <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <[email protected]> |
patch 9.2.0988: tests: Test_terminal_csi_resize_oob() returns early Commit: https://github.com/vim/vim/commit/f2685bdf438ffa83013fd5e2330c854ec123455a Author: Christian Brabandt <[email protected]> Date: Thu Aug 20 20:27:16 2026 +0000 patch 9.2.0988: tests: Test_terminal_csi_resize_oob() returns early Problem: Test_terminal_csi_resize_oob() returns early, so does not test what it was supposed to test (after v9.2.0569). Solution: Remove the stray "return" and enable the test. related: #21099 Signed-off-by: Christian Brabandt <[email protected]> diff --git a/src/testdir/test_terminal3.vim b/src/testdir/test_terminal3.vim index ae773279e..7d67d6f68 100644 --- a/src/testdir/test_terminal3.vim +++ b/src/testdir/test_terminal3.vim @@ -1338,7 +1338,6 @@ endfunc " This caused a Crash func Test_terminal_csi_resize_oob() - return CheckUnix CheckExecutable printf diff --git a/src/version.c b/src/version.c index 2242f7125..a8698a9fd 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 988, /**/ 987, /**/ -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/E1wxAKq-00E7Oo-HZ%40256bit.org.