updated for version 7.2.330
Problem: Tables for Unicode case operators are outdated.
Solution: Add a Vim script for generating the tables. Include tables for
Unicode 5.2.
diff --git a/runtime/tools/README.txt b/runtime/tools/README.txt
index f5274df..fa176c7 100644
--- a/runtime/tools/README.txt
+++ b/runtime/tools/README.txt
@@ -32,4 +32,6 @@
xcmdsrv_client.c: Example for a client program that communicates with a Vim
server through the X-Windows interface.
+unicode.vim Vim script to generate tables for src/mbyte.c.
+
[xxd (and tee for OS/2) can be found in the src directory]