Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
patch 8.1.0208: file left behind after running individual test
Problem:    File left behind after running individual test.
Solution:   Delete the file.
  • Loading branch information
brammool committed Jul 24, 2018
1 parent 68f1b1b commit 7624af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_modeline.vim
Expand Up @@ -5,4 +5,5 @@ func Test_modeline_invalid()
call writefile(['vi:0', 'nothing'], 'Xmodeline')
call assert_fails('split Xmodeline', 'E518:')
bwipe!
call delete('Xmodeline')
endfunc
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -793,6 +793,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
208,
/**/
207,
/**/
Expand Down

0 comments on commit 7624af0

Please sign in to comment.