diff --git a/src/testdir/test_startup.vim b/src/testdir/test_startup.vim index c16e4ae27d..78c24e4ab2 100644 --- a/src/testdir/test_startup.vim +++ b/src/testdir/test_startup.vim @@ -743,6 +743,7 @@ endfunc func Test_log_nonexistent() " this used to crash Vim CheckFeature channel + CheckUnix let result = join(systemlist(GetVimCommand() .. ' --log /X/Xlogfile -c qa!')) call assert_match("E484: Can't open file", result) endfunc diff --git a/src/version.c b/src/version.c index f72f817e13..1b4c83ebcb 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1100, /**/ 1099, /**/