summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-25 21:21:52 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-25 21:21:52 +0100
commit49c39ff678e2ba9f7dc280b25368e12084a610cf (patch)
tree77c3d7db0cfdb0c23fac78b8fcd168eff947b94a /runtime/doc/starting.txt
parent923d926d57d985ec8965da9d0cd3634e6b24bfe1 (diff)
patch 7.4.1419v7.4.1419
Problem: Tests slowed down because of the "not a terminal" warning. Solution: Add the --not-a-term command line argument.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 695eb45b62..b0130a3ba6 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -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|