From: Bram Moolenaar Date: Tue, 22 Feb 2022 15:24:51 +0000 (+0000) Subject: patch 8.2.4442: test for error reading input fails on MS-Windows X-Git-Tag: v8.2.4442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b9e4f4c3a62e325fd16ac108bd12feb026ede5;p=vim patch 8.2.4442: test for error reading input fails on MS-Windows Problem: Test for error reading input fails on MS-Windows. Solution: Don't run the test on MS-Windows. --- diff --git a/src/testdir/test_exit.vim b/src/testdir/test_exit.vim index b42eebfa8..68659fb1f 100644 --- a/src/testdir/test_exit.vim +++ b/src/testdir/test_exit.vim @@ -112,6 +112,7 @@ endfunc func Test_exit_error_reading_input() CheckNotGui + CheckNotMSWindows call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\q:"], 'Xscript') diff --git a/src/version.c b/src/version.c index 000183401..deb79ebae 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4442, /**/ 4441, /**/