From 2f21fa8743404289f1410ba49dd711a622f45d81 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 31 Dec 2018 20:05:56 +0100 Subject: [PATCH] patch 8.1.0667: textprop test leaves file behind Problem: Textprop test leaves file behind. Solution: Delete the file. (Dominique Pelle, closes #3743) --- src/testdir/test_textprop.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, /**/