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, /**/