Skip to content

Commit 7624af0

Browse files
committed
patch 8.1.0208: file left behind after running individual test
Problem: File left behind after running individual test. Solution: Delete the file.
1 parent 68f1b1b commit 7624af0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_modeline.vim

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ func Test_modeline_invalid()
55
call writefile(['vi:0', 'nothing'], 'Xmodeline')
66
call assert_fails('split Xmodeline', 'E518:')
77
bwipe!
8+
call delete('Xmodeline')
89
endfunc

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,8 @@ static char *(features[]) =
793793

794794
static int included_patches[] =
795795
{ /* Add new patch number below this line */
796+
/**/
797+
208,
796798
/**/
797799
207,
798800
/**/

0 commit comments

Comments
 (0)