commit | a99b90437af730dcafd9143c0942c87777a00d52 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 17:10:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 17:10:59 2016 +0100 |
tree | c1916f7044cdeb260cf5fe6d4ed5c9d6d5dbacd8 | |
parent | d82103ed8534a1207742e9666ac7ef1e47dda12d [diff] [blame] |
patch 7.4.1118 Problem: Tests hang in 24 line terminal. Solution: Set the 'more' option off.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 2a9231a..686a4df 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -84,6 +84,7 @@ endif " Locate Test_ functions and execute them. +set nomore redir @q function /^Test_ redir END