From: Bram Moolenaar Date: Sun, 17 Jan 2016 16:10:59 +0000 (+0100) Subject: patch 7.4.1118 X-Git-Tag: v7.4.1118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a99b90437af730dcafd9143c0942c87777a00d52;p=vim patch 7.4.1118 Problem: Tests hang in 24 line terminal. Solution: Set the 'more' option off. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 2a9231abc..686a4df62 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -84,6 +84,7 @@ else endif " Locate Test_ functions and execute them. +set nomore redir @q function /^Test_ redir END diff --git a/src/version.c b/src/version.c index ee4ec0e01..26cd06e8d 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1118, /**/ 1117, /**/