]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-252 v7.2.252
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Sep 2009 12:02:34 +0000 (12:02 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Sep 2009 12:02:34 +0000 (12:02 +0000)
src/charset.c
src/version.c

index bac1a20ffe9cac785ebc28b24b448f540085e20b..0535d4cfcaa8759cc3a39baa62af667266ba6da0 100644 (file)
@@ -174,6 +174,11 @@ buf_init_chartab(buf, global)
            if (VIM_ISDIGIT(*p))
                c = getdigits(&p);
            else
+#ifdef FEAT_MBYTE
+                if (has_mbyte)
+               c = mb_ptr2char_adv(&p);
+           else
+#endif
                c = *p++;
            c2 = -1;
            if (*p == '-' && p[1] != NUL)
index 16e319d1d46c9d550abe77f44f2a491b91073bf9..70124e9f30080bfac6d0d8814883af62b21ba4d5 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    252,
 /**/
     251,
 /**/