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:
parent
fb2f7aa982
commit
2f21fa8743
@ -307,5 +307,5 @@ funct Test_textprop_screenshots()
|
||||
|
||||
" clean up
|
||||
call StopVimInTerminal(buf)
|
||||
call delete('Xtest_folds_with_rnu')
|
||||
call delete('XtestProp')
|
||||
endfunc
|
||||
|
@ -799,6 +799,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
667,
|
||||
/**/
|
||||
666,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user