diff options
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r-- | src/testdir/runtest.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 43192c450..33490b61b 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -57,6 +57,9 @@ else set encoding=latin1 endif +" Avoid stopping at the "hit enter" prompt +set nomore + " Output all messages in English. lang mess C @@ -168,7 +171,6 @@ let s:flaky = [ \ ] " Locate Test_ functions and execute them. -set nomore redir @q silent function /^Test_ redir END |