diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-15 21:13:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-15 21:13:42 +0000 |
commit | 13fcaaf1954e9f0d5aa53a55084e01b2c2741202 (patch) | |
tree | 526724d830562d07e6ecb2cde83aa8323070ae15 /runtime/doc/intro.txt | |
parent | 402d2fea7025356c7abcb891017a1b7ddf99cbbf (diff) | |
download | vim-git-13fcaaf1954e9f0d5aa53a55084e01b2c2741202.tar.gz |
updated for version 7.0066v7.0066
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 935577724..ee187c974 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -1,4 +1,4 @@ -*intro.txt* For Vim version 7.0aa. Last change: 2005 Feb 07 +*intro.txt* For Vim version 7.0aa. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -330,11 +330,11 @@ and <> are part of what you type, the context should make this clear. ["x] An optional register designation where text can be stored. See |registers|. The x is a single character between 'a' and 'z' or 'A' and 'Z' or '"', and in some cases (with the put - command) between '0' and '9', '%', '#', or others. The + command) between '0' and '9', '%', '#', or others. The uppercase and lowercase letter designate the same register, but the lowercase letter is used to overwrite the previous register contents, while the uppercase letter is used to - append to the previous register contents. Without the ""x" or + append to the previous register contents. Without the ""x" or with """" the stored text is put into the unnamed register. *{}* |