summaryrefslogtreecommitdiffstats
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-01 21:56:33 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-01 21:56:33 +0000
commit6c0b44b5bf930129a57ff71b1d0c7ffcbc6b0bf5 (patch)
tree29256bed4971371c9ee12aa973b511714b98b3fb /runtime/doc/various.txt
parentd6f676daaf88bd4768cd715c0ce88531f599e609 (diff)
updated for version 7.0078
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index cdb9bd9524..02ffa63353 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -399,15 +399,20 @@ N *+X11* Unix only: can restore window title |X11|
:redi[r] >> {file} Redirect messages to file {file}. Append if {file}
already exists. {not in Vi}
-:redi[r] @{a-zA-Z} Redirect messages to register {a-z}. Append to the
+:redi[r] @{a-zA-Z}> Redirect messages to register {a-z}. Append to the
contents of the register if its name is given
- uppercase {A-Z}. {not in Vi}
+ uppercase {A-Z}. For backward compatibility, the ">"
+ after the register name can be omitted. {not in Vi}
:redi[r] @{a-z}>> Append messages to register {a-z}. {not in Vi}
-:redi[r] @* Redirect messages to the clipboard. {not in Vi}
+:redi[r] @*> Redirect messages to the clipboard. For backward
+ compatibility, the ">" after the register name can be
+ omitted. {not in Vi}
:redi[r] @*>> Append messages to the clipboard. {not in Vi}
-:redi[r] @" Redirect messages to the unnamed register. {not in Vi}
+:redi[r] @"> Redirect messages to the unnamed register. For
+ backward compatibility, the ">" after the register
+ name can be omitted. {not in Vi}
:redi[r] @">> Append messages to the unnamed register. {not in Vi}
:redi[r] => {var} Redirect messages to a variable. If the variable