summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-31 20:05:56 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-31 20:05:56 +0100
commit2f21fa8743404289f1410ba49dd711a622f45d81 (patch)
tree5d1459b3f9687fb2c6eac7c022b056e2f0fe40f4
parentfb2f7aa982a3767cd3fa61aad8dcc075f339e15b (diff)
patch 8.1.0667: textprop test leaves file behindv8.1.0667
Problem: Textprop test leaves file behind. Solution: Delete the file. (Dominique Pelle, closes #3743)
-rw-r--r--src/testdir/test_textprop.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -800,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 667,
+/**/
666,
/**/
665,