summaryrefslogtreecommitdiffstats
path: root/runtime/tools
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-06-21 14:22:00 +0200
committerBram Moolenaar <Bram@vim.org>2015-06-21 14:22:00 +0200
commit66312acf145f9d09fbc0dfa5caeafb715d5fd9ed (patch)
treef92b6f9c7890710c66fce6040caebdeabf132b7c /runtime/tools
parent70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91 (diff)
patch 7.4.752v7.4.752
Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
Diffstat (limited to 'runtime/tools')
-rw-r--r--runtime/tools/unicode.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/tools/unicode.vim b/runtime/tools/unicode.vim
index f3c58ed35a..d733fe867e 100644
--- a/runtime/tools/unicode.vim
+++ b/runtime/tools/unicode.vim
@@ -252,6 +252,8 @@ func! BuildWidthTable(pattern, tableName)
endfunc
+" Try to avoid hitting E36
+set equalalways
" Edit the Unicode text file. Requires the netrw plugin.
edit http://unicode.org/Public/UNIDATA/UnicodeData.txt