From: Bram Moolenaar Date: Mon, 16 Jul 2018 16:09:14 +0000 (+0200) Subject: patch 8.1.0191: Perl test fails in 24 line terminal X-Git-Tag: v8.1.0191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3166afd945e57f04b231e71e054b9593cc29ff0b;p=vim patch 8.1.0191: Perl test fails in 24 line terminal Problem: Perl test fails in 24 line terminal. Solution: Create fewer windows. --- diff --git a/src/testdir/test_perl.vim b/src/testdir/test_perl.vim index 4934780a6..0528814b4 100644 --- a/src/testdir/test_perl.vim +++ b/src/testdir/test_perl.vim @@ -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 diff --git a/src/version.c b/src/version.c index ffc651dc5..670c2e305 100644 --- a/src/version.c +++ b/src/version.c @@ -789,6 +789,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 191, /**/ 190, /**/