patch 9.2.0199: tests: test_startup.vim fails
Commit:
https://github.com/vim/vim/commit/7aca0e14de61b4d62b2a7f847964acdbf405bdae
Author: Christian Brabandt <[email protected]>
Date: Thu Mar 19 18:54:09 2026 +0000
patch 9.2.0199: tests: test_startup.vim fails
Problem: tests: test_startup.vim fails, because the command line is
getting too long so that the shell prompt line get shifted by one
additional screen line down (after v9.2.0194).
Solution: Partly revert Patch v9.2.0194 and do not set termresize and
termsync options.
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_startup.vim b/src/testdir/test_startup.vim
index b14ea7335..4e0d5cf98 100644
--- a/src/testdir/test_startup.vim
+++ b/src/testdir/test_startup.vim
@@ -844,8 +844,7 @@ func Test_stdin_no_newline()
call term_sendkeys(buf, "echo hello > temp.txt\<CR>")
call TermWait(buf, 200)
- call term_sendkeys(buf, "bash -c '../vim --cmd \"set trz=sigwinch notsy\"'
- \ ' --not-a-term -u NONE -c \":q!\" -' < temp.txt\<CR>")
+ call term_sendkeys(buf, "bash -c '../vim --not-a-term -u NONE -c \":q!\" -'
< temp.txt\<CR>")
call TermWait(buf, 200)
" Capture terminal output
diff --git a/src/version.c b/src/version.c
index b47f10e36..a82c17186 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 199,
/**/
198,
/**/
--
--
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/E1w3IbE-00DXU8-SK%40256bit.org.