0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.0667: textprop test leaves file behind

Problem:    Textprop test leaves file behind.
Solution:   Delete the file. (Dominique Pelle, closes #3743)
This commit is contained in:
Bram Moolenaar 2018-12-31 20:05:56 +01:00
parent fb2f7aa982
commit 2f21fa8743
2 changed files with 3 additions and 1 deletions

View File

@ -307,5 +307,5 @@ funct Test_textprop_screenshots()
" clean up
call StopVimInTerminal(buf)
call delete('Xtest_folds_with_rnu')
call delete('XtestProp')
endfunc

View File

@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
667,
/**/
666,
/**/