From: Bram Moolenaar Date: Sun, 3 Jan 2016 13:32:41 +0000 (+0100) Subject: patch 7.4.1039 X-Git-Tag: v7.4.1039 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d798af8c77cf47dba74b6b69ae4eba904023981c;p=vim 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 index 3ba8431cc..ff5a4992b 100644 --- a/src/testdir/test31.in +++ b/src/testdir/test31.in @@ -10,7 +10,7 @@ Test for commands that close windows and/or buffers: :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 index dc52ed142..4e56f30c4 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1039, /**/ 1038, /**/