0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1118

Problem:    Tests hang in 24 line terminal.
Solution:   Set the 'more' option off.
This commit is contained in:
Bram Moolenaar 2016-01-17 17:10:59 +01:00
parent d82103ed85
commit a99b90437a
2 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,7 @@ else
endif
" Locate Test_ functions and execute them.
set nomore
redir @q
function /^Test_
redir END

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1118,
/**/
1117,
/**/