diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:24:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:24:46 +0000 |
commit | 34cdc3e32917a3812a8ec4369c64ef3e35243cfd (patch) | |
tree | a192d6da2ccb602a9b265519be64d4c170e2d8e3 /runtime/doc/various.txt | |
parent | a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f (diff) | |
download | vim-git-34cdc3e32917a3812a8ec4369c64ef3e35243cfd.tar.gz |
updated for version 7.0072v7.0072
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 0a6097ed8..3ec22c254 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -400,13 +400,13 @@ N *+X11* Unix only: can restore window title |X11| :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} -:redi[r] @{a-z}> Append messages to register {a-z}. {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] @*> Append messages to the clipboard. {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] @"> Append messages to the unnamed register. {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 doesn't exist, then it is created. If the variable |