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>
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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 199,
/**/
198,
/**/