summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-03 14:32:41 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-03 14:32:41 +0100
commitd798af8c77cf47dba74b6b69ae4eba904023981c (patch)
tree761faa8b47199dbbb1514a39fbdf05afc9fa7bc6
parentd2e03f02c4a69d13bd90b5d084990bca95d0b0af (diff)
downloadvim-git-7.4.1039.tar.gz
patch 7.4.1039v7.4.1039
Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
-rw-r--r--src/testdir/test31.in2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1039,
+/**/
1038,
/**/
1037,