1
0
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:
Bram Moolenaar
2018-07-16 18:09:14 +02:00
parent 18c4f1badb
commit 3166afd945
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -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,
/**/ /**/