]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-306 v7.1.306
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jun 2008 09:00:32 +0000 (09:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jun 2008 09:00:32 +0000 (09:00 +0000)
src/mbyte.c
src/version.c

index f881275404900063b37afb2cd7771aef22ec978a..65f796fc4e93612bb0a42b2e3a86d0c3e1de0447 100644 (file)
@@ -1973,8 +1973,10 @@ utf_class(c)
        {0x205f, 0x205f, 0},
        {0x2060, 0x27ff, 1},            /* punctuation and symbols */
        {0x2070, 0x207f, 0x2070},       /* superscript */
-       {0x2080, 0x208f, 0x2080},       /* subscript */
-       {0x2983, 0x2998, 1},
+       {0x2080, 0x2094, 0x2080},       /* subscript */
+       {0x20a0, 0x27ff, 1},            /* all kinds of symbols */
+       {0x2800, 0x28ff, 0x2800},       /* braille */
+       {0x2900, 0x2998, 1},            /* arrows, brackets, etc. */
        {0x29d8, 0x29db, 1},
        {0x29fc, 0x29fd, 1},
        {0x3000, 0x3000, 0},            /* ideographic space */
index 45021e3c7603728215d7b86d787e231b0b94a929..f364e4dda58a5665c800ecaf8c2f095c447b471a 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    306,
 /**/
     305,
 /**/