diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-03-07 13:20:54 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-03-07 13:20:54 +0100 |
commit | 34700a6a15323a499d56b2f66a286fc368783371 (patch) | |
tree | 208ba037375ed002886ddbfa8f5c4eeed8327c7e /runtime/doc/mbyte.txt | |
parent | 7534221ebaba7244f4daaf54bb91206cf45e8a5e (diff) | |
download | vim-git-34700a6a15323a499d56b2f66a286fc368783371.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r-- | runtime/doc/mbyte.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index c2d95104a..61647935f 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1067,7 +1067,7 @@ The actual mappings are in the lines below "loadkeymap". In the example "a" is mapped to "A" and "b" to "B". Thus the first item is mapped to the second item. This is done for each line, until the end of the file. These items are exactly the same as what can be used in a |:lnoremap| command, -using "<buffer>" to make the mappings local to the buffer.. +using "<buffer>" to make the mappings local to the buffer. You can check the result with this command: > :lmap The two items must be separated by white space. You cannot include white |