comparison runtime/doc/mbyte.txt @ 4186:7ffc704cb7c1

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 13:20:54 +0100
parents c3036f1dca68
children 605c9ce57ec3
comparison
equal deleted inserted replaced
4185:651e484a8f48 4186:7ffc704cb7c1
1065 1065
1066 The actual mappings are in the lines below "loadkeymap". In the example "a" 1066 The actual mappings are in the lines below "loadkeymap". In the example "a"
1067 is mapped to "A" and "b" to "B". Thus the first item is mapped to the second 1067 is mapped to "A" and "b" to "B". Thus the first item is mapped to the second
1068 item. This is done for each line, until the end of the file. 1068 item. This is done for each line, until the end of the file.
1069 These items are exactly the same as what can be used in a |:lnoremap| command, 1069 These items are exactly the same as what can be used in a |:lnoremap| command,
1070 using "<buffer>" to make the mappings local to the buffer.. 1070 using "<buffer>" to make the mappings local to the buffer.
1071 You can check the result with this command: > 1071 You can check the result with this command: >
1072 :lmap 1072 :lmap
1073 The two items must be separated by white space. You cannot include white 1073 The two items must be separated by white space. You cannot include white
1074 space inside an item, use the special names "<Tab>" and "<Space>" instead. 1074 space inside an item, use the special names "<Tab>" and "<Space>" instead.
1075 The length of the two items together must not exceed 200 bytes. 1075 The length of the two items together must not exceed 200 bytes.