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:
@@ -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
|
||||
|
Reference in New Issue
Block a user