]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-210 v7.1.210
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Jan 2008 16:18:56 +0000 (16:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Jan 2008 16:18:56 +0000 (16:18 +0000)
src/mbyte.c
src/version.c

index 286df5d56481bcef136a332e836c36cc4476789e..a7bf5c1c25faef0770a7d28ce11ef21dcace4930 100644 (file)
@@ -2863,15 +2863,17 @@ mb_unescape(pp)
            buf[m++] = K_SPECIAL;
            n += 2;
        }
+       else if ((str[n] == K_SPECIAL
 # ifdef FEAT_GUI
-       else if (str[n] == CSI
+                   || str[n] == CSI
+# endif
+                )
                && str[n + 1] == KS_EXTRA
                && str[n + 2] == (int)KE_CSI)
        {
            buf[m++] = CSI;
            n += 2;
        }
-# endif
        else if (str[n] == K_SPECIAL
 # ifdef FEAT_GUI
                || str[n] == CSI
index 570d8700f600758d9d042aabca80ed8da08a9fee..b8182d6a0cec440d4dc2bc4cc9d2e9813f60701c 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    210,
 /**/
     209,
 /**/