1
0
forked from aniani/vim

patch 7.4.1419

Problem:    Tests slowed down because of the "not a terminal" warning.
Solution:   Add the --not-a-term command line argument.
This commit is contained in:
Bram Moolenaar
2016-02-25 21:21:52 +01:00
parent 923d926d57
commit 49c39ff678
7 changed files with 24 additions and 13 deletions

View File

@@ -414,6 +414,10 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
not needed, because Vim will be able to find out what type
of terminal you are using. (See |terminal-info|.) {not in Vi}
--not-a-term Tells Vim that the user knows that the input and/or output is
not connected to a terminal. This will avoid the warning and
the two second delay that would happen.
*-d*
-d Start in diff mode, like |vimdiff|.
{not in Vi} {not available when compiled without the |+diff|