commit | 6a08454b93784c92296d4c08456401cbaa74c9d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 18:24:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 18:24:58 2016 +0100 |
tree | d13c477a413868ceea0b8d366132df7473e6126a | |
parent | 5ca84ce4aa2832041f843e624c222bbc1f4d3e14 [diff] [blame] |
patch 7.4.1642 Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Only put characters in the 1f000 range in the emoji table.
diff --git a/src/version.c b/src/version.c index 465794a..15b6d0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1642, +/**/ 1641, /**/ 1640,