mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
7a91177bc9
commit
fda2b1e906
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user