Skip to content

Commit d798af8

Browse files
committed
patch 7.4.1039
Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
1 parent d2e03f0 commit d798af8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test31.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Test for commands that close windows and/or buffers:
1010
:edit
1111

1212
STARTTEST
13-
:so tiny.vim
13+
:so small.vim
1414
GA 1:$w! Xtest1
1515
$r2:$w! Xtest2
1616
$r3:$w! Xtest3

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1039,
744746
/**/
745747
1038,
746748
/**/

0 commit comments

Comments
 (0)