changeset 15318:f58e7895cb40 v8.1.0667

patch 8.1.0667: textprop test leaves file behind commit https://github.com/vim/vim/commit/2f21fa8743404289f1410ba49dd711a622f45d81 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 20:05:56 2018 +0100 patch 8.1.0667: textprop test leaves file behind Problem: Textprop test leaves file behind. Solution: Delete the file. (Dominique Pelle, closes https://github.com/vim/vim/issues/3743)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 20:15:05 +0100
parents 5e11b2d60e7f
children 34455115ebdd
files src/testdir/test_textprop.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,