changeset 7473:ef60fac8f3eb v7.4.1039

commit https://github.com/vim/vim/commit/d798af8c77cf47dba74b6b69ae4eba904023981c Author: Bram Moolenaar <Bram@vim.org> 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 14:45:05 +0100
parents 2d15db60f712
children 1d46d5ccb5be
files src/testdir/test31.in src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,