summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-21 23:09:50 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-21 23:09:50 +0100
commita2a80162deb1e96e16b097dfe48b61b6eb0824bf (patch)
treede33cc8d6163c28aa105a087126dc565d540bb55 /runtime/doc/starting.txt
parent52dbb5ea7fde4a77178bc59e2383ca40df503812 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 26d2fa24b7..6ac684a136 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 8.0. Last change: 2017 Nov 11
+*starting.txt* For Vim version 8.0. Last change: 2017 Nov 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -58,9 +58,9 @@ filename One or more file names. The first one will be the current
that is read from stdin. The commands that would normally be
read from stdin will now be read from stderr. Example: >
find . -name "*.c" -print | vim -
-< The buffer will be marked modified, because it contains text
- that needs to be saved. Except when in readonly mode, then
- the buffer is not marked modified. Example: >
+< The buffer will not be marked as modified, so that it's easy
+ to exit. Be careful to mark it as modified if you don't want
+ to accidentally lose it. Example: >
ls | view -
<
Starting in Ex mode: >
@@ -421,7 +421,9 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
*--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. {not in Vi}
+ the two second delay that would happen.
+ Also avoids the "Reading from stdin..." message.
+ {not in Vi}
*--ttyfail*
--ttyfail When the stdin or stdout is not a terminal (tty) then exit