diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim index 5ec103f6db..b3348761cf 100644 --- a/src/testdir/test_crash.vim +++ b/src/testdir/test_crash.vim @@ -237,9 +237,9 @@ func Test_crash2() exe buf .. "bw!" endfunc -func Test_zz_cleanup() - " That file is created at Test_crash1_2() by dialog_changed_uaf - " but cleanup in that Test, doesn't remove it. Let's try again at +func TearDown() + " That file is created at Test_crash1_3() by dialog_changed_uaf + " but cleaning up in that test doesn't remove it. Let's try again at " the end of this test script call delete('Untitled') endfunc diff --git a/src/version.c b/src/version.c index 7f88c8c683..314a3207a8 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 */ +/**/ + 698, /**/ 697, /**/