# HG changeset patch # User Christian Brabandt # Date 1451828705 -3600 # Node ID ef60fac8f3eba2d3eb6c9a0944260683696734cd # Parent 2d15db60f712287bf83505a2788550647e9e7463 commit https://github.com/vim/vim/commit/d798af8c77cf47dba74b6b69ae4eba904023981c Author: Bram Moolenaar Date: Sun Jan 3 14:32:41 2016 +0100 patch 7.4.1039 Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi) diff --git a/src/testdir/test31.in b/src/testdir/test31.in --- a/src/testdir/test31.in +++ b/src/testdir/test31.in @@ -10,7 +10,7 @@ Test for commands that close windows and :edit STARTTEST -:so tiny.vim +:so small.vim GA 1:$w! Xtest1 $r2:$w! Xtest2 $r3:$w! Xtest3 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1039, +/**/ 1038, /**/ 1037,