diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim index e938a58bc4..ad6fd09887 100644 --- a/src/testdir/test_textprop.vim +++ b/src/testdir/test_textprop.vim @@ -307,5 +307,5 @@ funct Test_textprop_screenshots() " clean up call StopVimInTerminal(buf) - call delete('Xtest_folds_with_rnu') + call delete('XtestProp') endfunc diff --git a/src/version.c b/src/version.c index ed29c8bb3f..21a495659a 100644 --- a/src/version.c +++ b/src/version.c @@ -799,6 +799,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 667, /**/ 666, /**/