changeset 16938:b2ebc416491b v8.1.1470

patch 8.1.1470: new Unicode character U32FF missing from double-width table commit https://github.com/vim/vim/commit/6d718c4c38a98e840f9a3330d5bf63949cea36b5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 5 22:46:13 2019 +0200 patch 8.1.1470: new Unicode character U32FF missing from double-width table Problem: New Unicode character U32FF missing from double-width table. Solution: Add the character.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jun 2019 23:00:07 +0200
parents de9a1868671b
children 6c0df0338d74
files src/mbyte.c src/version.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -1461,8 +1461,7 @@ utf_char2cells(int c)
 	{0x31c0, 0x31e3},
 	{0x31f0, 0x321e},
 	{0x3220, 0x3247},
-	{0x3250, 0x32fe},
-	{0x3300, 0x4dbf},
+	{0x3250, 0x4dbf},
 	{0x4e00, 0xa48c},
 	{0xa490, 0xa4c6},
 	{0xa960, 0xa97c},
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1470,
+/**/
     1469,
 /**/
     1468,