commit | 6d718c4c38a98e840f9a3330d5bf63949cea36b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 22:46:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 22:46:13 2019 +0200 |
tree | ba4ed7513c5a5b8d15c49ca88dc8059de9cfc8f1 | |
parent | 66761db11d321d60d4692947e90de9030301f6ee [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6317804..b7d58e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1470, +/**/ 1469, /**/ 1468,