diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-10-21 03:02:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-10-21 03:02:54 +0200 |
commit | 3a0d8090b1356833e1c80d22f36086c835604f42 (patch) | |
tree | 4e13cce7e070c209ea46201e12d849f45114d5fe /runtime/doc/mbyte.txt | |
parent | 67a4f6cfb4fe0f8e8cc576a4f4196573ccc5e3fb (diff) | |
download | vim-git-3a0d8090b1356833e1c80d22f36086c835604f42.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r-- | runtime/doc/mbyte.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index 9a37b8663..c2d95104a 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1,4 +1,4 @@ -*mbyte.txt* For Vim version 7.3. Last change: 2012 Jun 06 +*mbyte.txt* For Vim version 7.3. Last change: 2012 Oct 06 VIM REFERENCE MANUAL by Bram Moolenaar et al. @@ -1085,6 +1085,13 @@ Since the mapping is defined with |:lnoremap| the resulting quote will not be used for the start of another character. The "accents" keymap uses this. *keymap-accents* +The first column can also be in |<>| form: + <C-c> Ctrl-C + <A-c> Alt-c + <A-C> Alt-C +Note that the Alt mappings may not work, depending on your keyboard and +terminal. + Although it's possible to have more than one character in the second column, this is unusual. But you can use various ways to specify the character: > A a literal character |