0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 7.4.1039

Problem:    Test 31 fails with small build.
Solution:   Bail out for small build. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar 2016-01-03 14:32:41 +01:00
parent d2e03f02c4
commit d798af8c77
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1039,
/**/
1038,
/**/