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:
parent
d2e03f02c4
commit
d798af8c77
@ -10,7 +10,7 @@ Test for commands that close windows and/or buffers:
|
|||||||
:edit
|
:edit
|
||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:so tiny.vim
|
:so small.vim
|
||||||
GA 1:$w! Xtest1
|
GA 1:$w! Xtest1
|
||||||
$r2:$w! Xtest2
|
$r2:$w! Xtest2
|
||||||
$r3:$w! Xtest3
|
$r3:$w! Xtest3
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1039,
|
||||||
/**/
|
/**/
|
||||||
1038,
|
1038,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user