]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1629 v7.4.1629
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2016 21:09:44 +0000 (22:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2016 21:09:44 +0000 (22:09 +0100)
commitb86f10ee10bdf932df02bdaf601dffa671518a47
tree11d4b17ab5ee67f37e6fad384072dc09110e1c55
parent3f3fbd3fdb73bdfbfeab22a9dfc7a25e38bdf5f6
patch 7.4.1629
Problem:    Handling emoji characters as full width has problems with
            backwards compatibility.
Solution:   Remove ambiguous and double width characters from the emoji table.
            Use a separate table for the character class.
            (partly by Yasuhiro Matsumoto)
runtime/tools/unicode.vim
src/mbyte.c
src/version.c