mirror of
https://github.com/neovim/neovim.git
synced 2026-07-13 04:40:42 +00: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:
@@ -54,6 +54,9 @@ else
|
||||
set encoding=latin1
|
||||
endif
|
||||
|
||||
" Avoid stopping at the "hit enter" prompt
|
||||
set nomore
|
||||
|
||||
" Output all messages in English.
|
||||
lang mess C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user