summaryrefslogtreecommitdiffstats
path: root/runtime/doc/mbyte.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-07-18 19:40:27 +0200
committerBram Moolenaar <Bram@vim.org>2011-07-18 19:40:27 +0200
commit9729301aa0b6a419dcd87fe9aeed72c367ae72ef (patch)
tree6b69898bbf1a090cdf1fd26720bc4cfcb90c897b /runtime/doc/mbyte.txt
parent0acc5618f6954c6faf57032d6b4f611de4254acb (diff)
Updated runtime files.
Add missing test82 files.
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r--runtime/doc/mbyte.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt
index c4f227bd07..66af7b465e 100644
--- a/runtime/doc/mbyte.txt
+++ b/runtime/doc/mbyte.txt
@@ -1,4 +1,4 @@
-*mbyte.txt* For Vim version 7.3. Last change: 2011 Feb 01
+*mbyte.txt* For Vim version 7.3. Last change: 2011 Jul 18
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -1306,8 +1306,8 @@ character. However, search patterns may not match on an overlong sequence.
character.) An exception is NUL (zero) which is displayed as "<00>".
In the file and buffer the full range of Unicode characters can be used (31
-bits). However, displaying only works for 16 bit characters, and only for the
-characters present in the selected font.
+bits). However, displaying only works for the characters present in the
+selected font.
Useful commands:
- "ga" shows the decimal, hexadecimal and octal value of the character under