diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-25 21:21:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-25 21:21:52 +0100 |
commit | 49c39ff678e2ba9f7dc280b25368e12084a610cf (patch) | |
tree | 77c3d7db0cfdb0c23fac78b8fcd168eff947b94a /runtime/doc/starting.txt | |
parent | 923d926d57d985ec8965da9d0cd3634e6b24bfe1 (diff) | |
download | vim-49c39ff678e2ba9f7dc280b25368e12084a610cf.zip |
patch 7.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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 695eb45b6..b0130a3ba 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| |