mirror of
https://github.com/vim/vim.git
synced 2025-08-22 19:27:53 -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
|
endif
|
||||||
|
|
||||||
" Locate Test_ functions and execute them.
|
" Locate Test_ functions and execute them.
|
||||||
|
set nomore
|
||||||
redir @q
|
redir @q
|
||||||
function /^Test_
|
function /^Test_
|
||||||
redir END
|
redir END
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1118,
|
||||||
/**/
|
/**/
|
||||||
1117,
|
1117,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user