vim-patch:8.0.0295 (#7671)

Problem:    test_viml hangs.
Solution:   Put resetting 'more' before sourcing the script.

7a073549a3
This commit is contained in:
KunMing Xie
2017-12-03 00:14:18 +08:00
committed by Justin M. Keyes
parent 4b83f37912
commit 7a4c9dc1c2
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -961,7 +961,7 @@ static const int included_patches[] = {
// 298, // 298,
297, 297,
// 296, // 296,
// 295, 295,
294, 294,
// 293, // 293,
292, 292,