To: vim_dev@googlegroups.com Subject: Patch 7.4.1630 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1630 Problem: Unicode table for double width is outdated. Solution: Update to the latest Unicode standard. Files: src/mbyte.c *** ../vim-7.4.1629/src/mbyte.c 2016-03-21 22:09:39.556789855 +0100 --- src/mbyte.c 2016-03-21 22:13:43.090235367 +0100 *************** *** 1252,1257 **** --- 1252,1262 ---- {0xfe68, 0xfe6b}, {0xff01, 0xff60}, {0xffe0, 0xffe6}, + {0x1b000, 0x1b001}, + {0x1f200, 0x1f202}, + {0x1f210, 0x1f23a}, + {0x1f240, 0x1f248}, + {0x1f250, 0x1f251}, {0x20000, 0x2fffd}, {0x30000, 0x3fffd} }; *************** *** 3351,3356 **** --- 3356,3362 ---- {0x10cc0,0x10cf2,1,-64}, {0x118c0,0x118df,1,-32} }; + /* * Return the upper-case equivalent of "a", which is a UCS-4 character. Use * simple case folding. *** ../vim-7.4.1629/src/version.c 2016-03-21 22:09:39.560789813 +0100 --- src/version.c 2016-03-21 22:14:53.917492826 +0100 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1630, /**/ -- I AM THANKFUL... ...for a lawn that needs mowing, windows that need cleaning and gutters that need fixing because it means I have a home. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///