From: Bram Moolenaar Date: Sun, 6 Jan 2008 16:18:56 +0000 (+0000) Subject: updated for version 7.1-210 X-Git-Tag: v7.1.210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6203ff97b715e0112f90587f9ce576ef0e7798bc;p=vim updated for version 7.1-210 --- diff --git a/src/mbyte.c b/src/mbyte.c index 286df5d56..a7bf5c1c2 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -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 diff --git a/src/version.c b/src/version.c index 570d8700f..b8182d6a0 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 210, /**/ 209, /**/