diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index d4c42f332e..766f983cf9 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -410,6 +410,9 @@ else endtry endif +" Delete the .res file, it may change behavior for completion +call delete(fnamemodify(g:testname, ':r') .. '.res') + " Locate Test_ functions and execute them. redir @q silent function /^Test_ diff --git a/src/version.c b/src/version.c index 02bd4973a8..1e02a5844c 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 */ +/**/ + 4598, /**/ 4597, /**/