diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-02-21 19:28:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-02-21 19:28:48 +0000 |
commit | 28e8d278683dbc632fcb89cfd7f1ca0ac529a5be (patch) | |
tree | 43cb635de4e75a8cfb89627a4a23293bca1372da /runtime/doc | |
parent | f69d9a354b62ced91e99c0004706bebca7c2d96d (diff) | |
download | vim-28e8d278683dbc632fcb89cfd7f1ca0ac529a5be.zip |
updated for version 7.2-109
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 786e83c72..bebaa03b5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4175,9 +4175,6 @@ A jump table for the options with a short description can be found at |Q_op|. be able to execute Normal mode commands. This is the opposite of the 'keymap' option, where characters are mapped in Insert mode. - This only works for 8-bit characters. The value of 'langmap' may be - specified with multi-byte characters (e.g., UTF-8), but only the lower - 8 bits of each character will be used. Example (for Greek, in UTF-8): *greek* > :set langmap=ΑA,ΒB,ΨC,ΔD,ΕE,ΦF,ΓG,ΗH,ΙI,ΞJ,ΚK,ΛL,ΜM,ΝN,ΟO,ΠP,QQ,ΡR,ΣS,ΤT,ΘU,ΩV,WW,ΧX,ΥY,ΖZ,αa,βb,ψc,δd,εe,φf,γg,ηh,ιi,ξj,κk,λl,μm,νn,οo,πp,qq,ρr,σs,τt,θu,ωv,ςw,χx,υy,ζz |