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:
parent
d82103ed85
commit
a99b90437a
@ -84,6 +84,7 @@ else
|
||||
endif
|
||||
|
||||
" Locate Test_ functions and execute them.
|
||||
set nomore
|
||||
redir @q
|
||||
function /^Test_
|
||||
redir END
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1118,
|
||||
/**/
|
||||
1117,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user