summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-27 22:40:16 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-27 22:40:16 +0100
commitdae8d21dd291df6a6679a00be64e18bca0156576 (patch)
treeebb042b06f88fbdad31cf7ddac552952314da94c /runtime/doc/starting.txt
parent3f2a5d8dfbe2998b4d3d369c0275e2366c92666b (diff)
Updated runtime files
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index b0130a3ba6..c982a99f6e 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.4. Last change: 2016 Feb 21
+*starting.txt* For Vim version 7.4. Last change: 2016 Feb 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -414,9 +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*
--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.
+ the two second delay that would happen. {not in Vi}
*-d*
-d Start in diff mode, like |vimdiff|.
@@ -1152,7 +1153,7 @@ There are several ways to exit Vim:
- Use `:cquit`. Also when there are changes.
When using `:cquit` or when there was an error message Vim exits with exit
-code 1. Errors can be avoide by using `:silent!`.
+code 1. Errors can be avoided by using `:silent!`.
==============================================================================
8. Saving settings *save-settings*