]> granicus.if.org Git - vim/commitdiff
patch 7.4.1039 v7.4.1039
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2016 13:32:41 +0000 (14:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2016 13:32:41 +0000 (14:32 +0100)
Problem:    Test 31 fails with small build.
Solution:   Bail out for small build. (Hirohito Higashi)

src/testdir/test31.in
src/version.c

index 3ba8431ccf6e6a3efb68ae57a332d046d95ba41c..ff5a4992ba0f43e1167faedd9614ac81dfdbda1c 100644 (file)
@@ -10,7 +10,7 @@ Test for commands that close windows and/or buffers:
 :edit
 
 STARTTEST
-:so tiny.vim
+:so small.vim
 GA 1\e:$w! Xtest1
 $r2:$w! Xtest2
 $r3:$w! Xtest3
index dc52ed142c82c04621701db64c53cfa747939d23..4e56f30c47cfd71e4900198dc8f66b196572509d 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1039,
 /**/
     1038,
 /**/