Skip to content

Commit a99b904

Browse files
committed
patch 7.4.1118
Problem: Tests hang in 24 line terminal. Solution: Set the 'more' option off.
1 parent d82103e commit a99b904

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ else
8484
endif
8585

8686
" Locate Test_ functions and execute them.
87+
set nomore
8788
redir @q
8889
function /^Test_
8990
redir END

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1118,
744746
/**/
745747
1117,
746748
/**/

0 commit comments

Comments
 (0)