comparison runtime/doc/mbyte.txt @ 2965:f2de38a019a2

Updated runtime files. Add missing test82 files.
author Bram Moolenaar <bram@vim.org>
date Mon, 18 Jul 2011 19:40:27 +0200
parents b6471224d2af
children 37ecb8ff4560
comparison
equal deleted inserted replaced
2964:39cb812cf477 2965:f2de38a019a2
1 *mbyte.txt* For Vim version 7.3. Last change: 2011 Feb 01 1 *mbyte.txt* For Vim version 7.3. Last change: 2011 Jul 18
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
1304 character. However, search patterns may not match on an overlong sequence. 1304 character. However, search patterns may not match on an overlong sequence.
1305 (an overlong sequence is where more bytes are used than required for the 1305 (an overlong sequence is where more bytes are used than required for the
1306 character.) An exception is NUL (zero) which is displayed as "<00>". 1306 character.) An exception is NUL (zero) which is displayed as "<00>".
1307 1307
1308 In the file and buffer the full range of Unicode characters can be used (31 1308 In the file and buffer the full range of Unicode characters can be used (31
1309 bits). However, displaying only works for 16 bit characters, and only for the 1309 bits). However, displaying only works for the characters present in the
1310 characters present in the selected font. 1310 selected font.
1311 1311
1312 Useful commands: 1312 Useful commands:
1313 - "ga" shows the decimal, hexadecimal and octal value of the character under 1313 - "ga" shows the decimal, hexadecimal and octal value of the character under
1314 the cursor. If there are composing characters these are shown too. (If the 1314 the cursor. If there are composing characters these are shown too. (If the
1315 message is truncated, use ":messages"). 1315 message is truncated, use ":messages").