forked from aniani/vim
patch 8.1.0191: Perl test fails in 24 line terminal
Problem: Perl test fails in 24 line terminal. Solution: Create fewer windows.
This commit is contained in:
@@ -221,7 +221,7 @@ endfunc
|
|||||||
|
|
||||||
" Run first to get a clean namespace
|
" Run first to get a clean namespace
|
||||||
func Test_000_SvREFCNT()
|
func Test_000_SvREFCNT()
|
||||||
for i in range(10)
|
for i in range(8)
|
||||||
exec 'new X'.i
|
exec 'new X'.i
|
||||||
endfor
|
endfor
|
||||||
new t
|
new t
|
||||||
|
@@ -789,6 +789,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 */
|
||||||
|
/**/
|
||||||
|
191,
|
||||||
/**/
|
/**/
|
||||||
190,
|
190,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user