Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
patch 8.1.0191: Perl test fails in 24 line terminal
Problem:    Perl test fails in 24 line terminal.
Solution:   Create fewer windows.
  • Loading branch information
brammool committed Jul 16, 2018
1 parent 18c4f1b commit 3166afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_perl.vim
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -789,6 +789,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
191,
/**/
190,
/**/
Expand Down

0 comments on commit 3166afd

Please sign in to comment.