]> granicus.if.org Git - vim/commitdiff
patch 8.1.0191: Perl test fails in 24 line terminal v8.1.0191
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Jul 2018 16:09:14 +0000 (18:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Jul 2018 16:09:14 +0000 (18:09 +0200)
Problem:    Perl test fails in 24 line terminal.
Solution:   Create fewer windows.

src/testdir/test_perl.vim
src/version.c

index 4934780a620292e4692227e0fbf915e3fac0454d..0528814b422546469624f50521ab4123bdbf29a6 100644 (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
index ffc651dc5ec5138cfc764a0c338e4373647efad1..670c2e305324fa9b5ae4431462befb3d050bf00d 100644 (file)
@@ -789,6 +789,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    191,
 /**/
     190,
 /**/