mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:8.0.0295 (#7671)
Problem: test_viml hangs.
Solution: Put resetting 'more' before sourcing the script.
7a073549a3
This commit is contained in:

committed by
Justin M. Keyes

parent
4b83f37912
commit
7a4c9dc1c2
@@ -203,7 +203,6 @@ let s:flaky = [
|
|||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
" Locate Test_ functions and execute them.
|
" Locate Test_ functions and execute them.
|
||||||
set nomore
|
|
||||||
redir @q
|
redir @q
|
||||||
silent function /^Test_
|
silent function /^Test_
|
||||||
redir END
|
redir END
|
||||||
|
@@ -961,7 +961,7 @@ static const int included_patches[] = {
|
|||||||
// 298,
|
// 298,
|
||||||
297,
|
297,
|
||||||
// 296,
|
// 296,
|
||||||
// 295,
|
295,
|
||||||
294,
|
294,
|
||||||
// 293,
|
// 293,
|
||||||
292,
|
292,
|
||||||
|
Reference in New Issue
Block a user