updated for version 7.0218
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 73ec459..ec4d23d 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 07
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1873,4 +1873,7 @@
When a command was defined not to take arguments and no '|' no warning message
would be given for using a '|'. Also with ":loadkeymap".
+Motif: When using a fontset and 'encoding' is "utf-8" and sizeof(wchar_t) !=
+sizeof(XChar2b) then display was wrong. (Yukihiro Nakadaira)
+
vim:tw=78:ts=8:ft=help:norl: