summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-06-04 09:00:32 +0000
committervimboss <devnull@localhost>2008-06-04 09:00:32 +0000
commit4d6906c2cbb9e49eb22c26e2144d19951673fcd9 (patch)
treea0cf75174537db3aef65853ca6aea52a872e1f2e
parentc2b6c1639bb831463b145d3e6faae0d0499fa151 (diff)
downloadvim-4d6906c2cbb9e49eb22c26e2144d19951673fcd9.tar.gz
updated for version 7.1-306v7.1.306v7-1-306
-rw-r--r--src/mbyte.c6
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/mbyte.c b/src/mbyte.c
index f8812754..65f796fc 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -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 */
diff --git a/src/version.c b/src/version.c
index 45021e3c..f364e4dd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 306,
+/**/
305,
/**/
304,