comparison runtime/tools/unicode.vim @ 6864:c9a5d51c9161 v7.4.752

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)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jun 2015 14:22:00 +0200
parents 1378bc45ebe5
children 54ac275e3fc4
comparison
equal deleted inserted replaced
6863:2cb682025709 6864:c9a5d51c9161
250 call setline(line('$') + 1, " };") 250 call setline(line('$') + 1, " };")
251 wincmd p 251 wincmd p
252 endfunc 252 endfunc
253 253
254 254
255 " Try to avoid hitting E36
256 set equalalways
255 257
256 " Edit the Unicode text file. Requires the netrw plugin. 258 " Edit the Unicode text file. Requires the netrw plugin.
257 edit http://unicode.org/Public/UNIDATA/UnicodeData.txt 259 edit http://unicode.org/Public/UNIDATA/UnicodeData.txt
258 260
259 " Parse each line, create a list of lists. 261 " Parse each line, create a list of lists.