summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-16 21:53:56 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-16 21:53:56 +0000
commit83c465c7051cd13b70a3fba8e4f8021a41214cbf (patch)
tree8b3610b8b7cc0df2f669a075247fe2f37c27177f /runtime/doc/change.txt
parent12033fb4bfa58447ba89104ff671a076e756b8e6 (diff)
updated for version 7.0171
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 29a2c9f3ee..676da4bf19 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2005 Dec 10
+*change.txt* For Vim version 7.0aa. Last change: 2005 Dec 16
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -503,6 +503,8 @@ comment (starting with '"') after the ":!" command.
temporary file and then reads the file into the
buffer. Vim uses the 'shellredir' option to redirect
the filter output to the temporary file.
+ However, if the 'shelltemp' option is off then pipes
+ are used when possible (on Unix).
When the 'R' flag is included in 'cpoptions' marks in
the filtered lines are deleted, unless the
|:keepmarks| command is used. Example: >