summaryrefslogtreecommitdiff
path: root/runtime/tools/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-01-12 19:52:03 +0100
committerBram Moolenaar <Bram@vim.org>2010-01-12 19:52:03 +0100
commit3e8cb58725fa717caef1730a963dfcb12d8d9763 (patch)
tree2d50bbc4b7b896d0296e20091f73bc8608c45764 /runtime/tools/README.txt
parent5890b2cf9eb203ebfdb3823f21437f7757329b26 (diff)
downloadvim-git-3e8cb58725fa717caef1730a963dfcb12d8d9763.tar.gz
updated for version 7.2.330v7.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.
Diffstat (limited to 'runtime/tools/README.txt')
-rw-r--r--runtime/tools/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/tools/README.txt b/runtime/tools/README.txt
index f5274df22..fa176c776 100644
--- a/runtime/tools/README.txt
+++ b/runtime/tools/README.txt
@@ -32,4 +32,6 @@ vim_vs_net.cmd: MS-Windows command file to use Vim with MS Visual Studio 7 and
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]