commit | 3848e00e0177abdb31bc600234967863ec487233 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 18:42:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 18:42:29 2016 +0100 |
tree | 24e98aae0cf331b430e63f4dfb712dc161d2190d | |
parent | bfb96c047b79b2aab5fd57a2472871508819f3ef [diff] [blame] |
patch 7.4.1604 Problem: Although emoji characters are ambiguous width, best is to treat them as full width. Solution: Update the Unicode character tables. Add the 'emoji' options. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index f7479b3..4be03de 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1604, +/**/ 1603, /**/ 1602,