diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 17:42:18 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 19:03:29 +0100 |
commit | fda2b1e90623764a0d620a9b03c23ae37125d63b (patch) | |
tree | 97fe24da14df513b6818f8dd8dc6dcdd71a91cd3 /src | |
parent | 7a91177bc94fa275f16bd2b9159cbbc7d5a0c2d6 (diff) | |
download | rneovim-fda2b1e90623764a0d620a9b03c23ae37125d63b.tar.gz rneovim-fda2b1e90623764a0d620a9b03c23ae37125d63b.tar.bz2 rneovim-fda2b1e90623764a0d620a9b03c23ae37125d63b.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/runtest.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 |