]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0199: tests: test_startup.vim fails v9.2.0199
authorChristian Brabandt <cb@256bit.org>
Thu, 19 Mar 2026 18:54:09 +0000 (18:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Mar 2026 18:54:09 +0000 (18:54 +0000)
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 <cb@256bit.org>
src/testdir/test_startup.vim
src/version.c

index b14ea73354610502bb047dc336d37f98421c67b4..4e0d5cf98ade1a9601bd08ab4d51e008f2eec15b 100644 (file)
@@ -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
index b47f10e3639f0f6b6f07c97a2c90f10e6d47f21b..a82c17186e8086517355c137394f81b00a6035b6 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    199,
 /**/
     198,
 /**/