]> granicus.if.org Git - vim/commitdiff
patch 7.4.1118 v7.4.1118
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jan 2016 16:10:59 +0000 (17:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jan 2016 16:10:59 +0000 (17:10 +0100)
Problem:    Tests hang in 24 line terminal.
Solution:   Set the 'more' option off.

src/testdir/runtest.vim
src/version.c

index 2a9231abcc6dbfa33ac048682480bc4f8e8c2d0b..686a4df6256bf9eb90cd55aa0bd17283d9269d5e 100644 (file)
@@ -84,6 +84,7 @@ else
 endif
 
 " Locate Test_ functions and execute them.
+set nomore
 redir @q
 function /^Test_
 redir END
index ee4ec0e016d89e8352e6c6cd8a26c382d59f5cf6..26cd06e8d1649aa58f409e5eec962b121d52420f 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1118,
 /**/
     1117,
 /**/