summaryrefslogtreecommitdiff
path: root/src/mbyte.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-05 22:46:13 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-05 22:46:13 +0200
commit6d718c4c38a98e840f9a3330d5bf63949cea36b5 (patch)
treeba4ed7513c5a5b8d15c49ca88dc8059de9cfc8f1 /src/mbyte.c
parent66761db11d321d60d4692947e90de9030301f6ee (diff)
downloadvim-git-6d718c4c38a98e840f9a3330d5bf63949cea36b5.tar.gz
patch 8.1.1470: new Unicode character U32FF missing from double-width tablev8.1.1470
Problem: New Unicode character U32FF missing from double-width table. Solution: Add the character.
Diffstat (limited to 'src/mbyte.c')
-rw-r--r--src/mbyte.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbyte.c b/src/mbyte.c
index c1a5564b6..9c03f08d8 100644
--- 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},