comparison runtime/doc/mbyte.txt @ 3893:c3036f1dca68

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 03:02:54 +0200
parents 11d40fc82f11
children 7ffc704cb7c1
comparison
equal deleted inserted replaced
3892:17f65314014c 3893:c3036f1dca68
1 *mbyte.txt* For Vim version 7.3. Last change: 2012 Jun 06 1 *mbyte.txt* For Vim version 7.3. Last change: 2012 Oct 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar et al. 4 VIM REFERENCE MANUAL by Bram Moolenaar et al.
5 5
6 6
1083 '' ' 1083 '' '
1084 Since the mapping is defined with |:lnoremap| the resulting quote will not be 1084 Since the mapping is defined with |:lnoremap| the resulting quote will not be
1085 used for the start of another character. 1085 used for the start of another character.
1086 The "accents" keymap uses this. *keymap-accents* 1086 The "accents" keymap uses this. *keymap-accents*
1087 1087
1088 The first column can also be in |<>| form:
1089 <C-c> Ctrl-C
1090 <A-c> Alt-c
1091 <A-C> Alt-C
1092 Note that the Alt mappings may not work, depending on your keyboard and
1093 terminal.
1094
1088 Although it's possible to have more than one character in the second column, 1095 Although it's possible to have more than one character in the second column,
1089 this is unusual. But you can use various ways to specify the character: > 1096 this is unusual. But you can use various ways to specify the character: >
1090 A a literal character 1097 A a literal character
1091 A <char-97> decimal value 1098 A <char-97> decimal value
1092 A <char-0x61> hexadecimal value 1099 A <char-0x61> hexadecimal value