Skip to content

Commit 3166afd

Browse files
committed
patch 8.1.0191: Perl test fails in 24 line terminal
Problem: Perl test fails in 24 line terminal. Solution: Create fewer windows.
1 parent 18c4f1b commit 3166afd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_perl.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ endfunc
221221

222222
" Run first to get a clean namespace
223223
func Test_000_SvREFCNT()
224-
for i in range(10)
224+
for i in range(8)
225225
exec 'new X'.i
226226
endfor
227227
new t

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,8 @@ static char *(features[]) =
789789

790790
static int included_patches[] =
791791
{ /* Add new patch number below this line */
792+
/**/
793+
191,
792794
/**/
793795
190,
794796
/**/

0 commit comments

Comments
 (0)