0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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
func Test_000_SvREFCNT()
for i in range(10)
for i in range(8)
exec 'new X'.i
endfor
new t