diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim index bbca7fe46f..fa2667525f 100644 --- a/src/testdir/test_options.vim +++ b/src/testdir/test_options.vim @@ -1450,7 +1450,7 @@ func Test_shortmess_F3() if has('nanotime') sleep 10m else - sleep 2 + sleep 3 endif call writefile(['bar'], 'X_dummy') bprev @@ -1460,7 +1460,7 @@ func Test_shortmess_F3() if has('nanotime') sleep 10m else - sleep 2 + sleep 3 endif call writefile(['baz'], 'X_dummy') checktime diff --git a/src/version.c b/src/version.c index 95d93bb21c..0ce32fb2e4 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 430, /**/ 429, /**/