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 2a9231a..686a4df 100644
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -84,6 +84,7 @@
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 ee4ec0e..26cd06e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1118,
+/**/
1117,
/**/
1116,