]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1630 v7.4.1630
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2016 21:15:30 +0000 (22:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2016 21:15:30 +0000 (22:15 +0100)
Problem:    Unicode table for double width is outdated.
Solution:   Update to the latest Unicode standard.

src/mbyte.c
src/version.c

index 01b13c8613e4e97e8fc951231692d8a694b8fd5a..811f80d9e2df06358edd3828946dc6d3b1974c34 100644 (file)
@@ -1252,6 +1252,11 @@ utf_char2cells(int c)
        {0xfe68, 0xfe6b},
        {0xff01, 0xff60},
        {0xffe0, 0xffe6},
+       {0x1b000, 0x1b001},
+       {0x1f200, 0x1f202},
+       {0x1f210, 0x1f23a},
+       {0x1f240, 0x1f248},
+       {0x1f250, 0x1f251},
        {0x20000, 0x2fffd},
        {0x30000, 0x3fffd}
     };
@@ -3351,6 +3356,7 @@ static convertStruct toUpper[] =
        {0x10cc0,0x10cf2,1,-64},
        {0x118c0,0x118df,1,-32}
 };
+
 /*
  * Return the upper-case equivalent of "a", which is a UCS-4 character.  Use
  * simple case folding.
index c5504176accb1c8b688572203634e12f6af5b164..808cee79ea1534faca30675a2a0b7449b403dd73 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1630,
 /**/
     1629,
 /**/