]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.0667: textprop test leaves file behind v8.1.0667
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 19:05:56 +0000 (20:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 19:05:56 +0000 (20:05 +0100)
Problem:    Textprop test leaves file behind.
Solution:   Delete the file. (Dominique Pelle, closes #3743)

src/testdir/test_textprop.vim
src/version.c

index e938a58bc46f969eab5635e3702fb4c328a15a0a..ad6fd09887c70054b671afe6efa2f4b7b79bfcfd 100644 (file)
@@ -307,5 +307,5 @@ funct Test_textprop_screenshots()
 
   " clean up
   call StopVimInTerminal(buf)
-  call delete('Xtest_folds_with_rnu')
+  call delete('XtestProp')
 endfunc
index ed29c8bb3fb36acba76acf7dca0b54351279efc5..21a495659a58d84f95410da2cce15be048a6bc42 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    667,
 /**/
     666,
 /**/