diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-21 14:22:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-21 14:22:00 +0200 |
commit | 66312acf145f9d09fbc0dfa5caeafb715d5fd9ed (patch) | |
tree | f92b6f9c7890710c66fce6040caebdeabf132b7c /runtime | |
parent | 70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91 (diff) | |
download | vim-66312acf145f9d09fbc0dfa5caeafb715d5fd9ed.zip |
patch 7.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')
-rw-r--r-- | runtime/tools/unicode.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/tools/unicode.vim b/runtime/tools/unicode.vim index f3c58ed35..d733fe867 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 |