Skip to content

Commit 623cf88

Browse files
committed
patch 7.4.2124
Problem: diffmode test leaves files behind, breaking another test. Solution: Delete the files.
1 parent 42093c0 commit 623cf88

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_diffmode.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ func Test_vert_split()
145145
call assert_equal(0, &cursorbind)
146146
call assert_equal(1, &wrap)
147147

148+
call delete('Xtest')
149+
call delete('Xtest2')
148150
windo bw!
149151
endfunc
150152

src/version.c

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

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2124,
766768
/**/
767769
2123,
768770
/**/

0 commit comments

Comments
 (0)