vim-patch:8.0.0295: test_viml hangs

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

7a073549a3
This commit is contained in:
Justin M. Keyes 2018-02-11 17:42:18 +01:00
parent 7a91177bc9
commit fda2b1e906

View File

@ -54,6 +54,9 @@ else
set encoding=latin1 set encoding=latin1
endif endif
" Avoid stopping at the "hit enter" prompt
set nomore
" Output all messages in English. " Output all messages in English.
lang mess C lang mess C