]> granicus.if.org Git - vim/commitdiff
patch 8.1.1470: new Unicode character U32FF missing from double-width table v8.1.1470
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Jun 2019 20:46:13 +0000 (22:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Jun 2019 20:46:13 +0000 (22:46 +0200)
Problem:    New Unicode character U32FF missing from double-width table.
Solution:   Add the character.

src/mbyte.c
src/version.c

index c1a5564b61b10a915efc6634b4e295528c99e54f..9c03f08d8255866bed8516d495a336943fb3bc07 100644 (file)
@@ -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},
index 6317804fd60859fb201dcc9c4cc3479ed60ae62b..b7d58e9d87970c6e4d5a5ffea61afd2e1eae0d6f 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1470,
 /**/
     1469,
 /**/