mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.1118
Problem: Tests hang in 24 line terminal.
Solution: Set the 'more' option off.
a99b90437a
This commit is contained in:
@@ -62,6 +62,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
|
||||||
|
@@ -559,7 +559,7 @@ static int included_patches[] = {
|
|||||||
// 1121,
|
// 1121,
|
||||||
1120,
|
1120,
|
||||||
// 1119,
|
// 1119,
|
||||||
// 1118,
|
1118,
|
||||||
1117,
|
1117,
|
||||||
1116,
|
1116,
|
||||||
// 1115 NA
|
// 1115 NA
|
||||||
|
Reference in New Issue
Block a user