From fda2b1e90623764a0d620a9b03c23ae37125d63b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 11 Feb 2018 17:42:18 +0100 Subject: [PATCH] vim-patch:8.0.0295: test_viml hangs Problem: test_viml hangs. Solution: Put resetting 'more' before sourcing the script. https://github.com/vim/vim/commit/7a073549a3b1e72037a4e98ceb406d057ac9ba50 --- src/nvim/testdir/runtest.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index b9494f26a2..0cb05a4f5a 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -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