Skip to content

Commit 89d1d93

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 2aea746 + 7624af0 commit 89d1d93

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_modeline.vim

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,8 @@ static char *(features[]) =
808808

809809
static int included_patches[] =
810810
{ /* Add new patch number below this line */
811+
/**/
812+
208,
811813
/**/
812814
207,
813815
/**/

0 commit comments

Comments
 (0)