diff --git a/src/testdir/test_startup.vim b/src/testdir/test_startup.vim index b14ea73354..4e0d5cf98a 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\") 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\") + call term_sendkeys(buf, "bash -c '../vim --not-a-term -u NONE -c \":q!\" -' < temp.txt\") call TermWait(buf, 200) " Capture terminal output diff --git a/src/version.c b/src/version.c index b47f10e363..a82c17186e 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, /**/