1
0
forked from aniani/vim

patch 8.1.0208: file left behind after running individual test

Problem:    File left behind after running individual test.
Solution:   Delete the file.
This commit is contained in:
Bram Moolenaar
2018-07-24 04:51:20 +02:00
parent 68f1b1b37f
commit 7624af0294
2 changed files with 3 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ func Test_modeline_invalid()
call writefile(['vi:0', 'nothing'], 'Xmodeline') call writefile(['vi:0', 'nothing'], 'Xmodeline')
call assert_fails('split Xmodeline', 'E518:') call assert_fails('split Xmodeline', 'E518:')
bwipe! bwipe!
call delete('Xmodeline')
endfunc endfunc

View File

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