From 66312acf145f9d09fbc0dfa5caeafb715d5fd9ed Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 21 Jun 2015 14:22:00 +0200 Subject: 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) --- runtime/tools/unicode.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/tools') 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 -- cgit v1.2.3