From: Bram Moolenaar Date: Sun, 22 Feb 2009 00:14:58 +0000 (+0000) Subject: updated for version 7.2-119 X-Git-Tag: v7.2.119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffcce30fdb46c040b43b7a868640afbd3df0ccb3;p=vim updated for version 7.2-119 --- diff --git a/src/screen.c b/src/screen.c index 2ba06e20f..6c036d7ed 100644 --- a/src/screen.c +++ b/src/screen.c @@ -6362,7 +6362,7 @@ screen_puts_len(text, len, row, col, attr) && c == 0x8e && ScreenLines2[off] != ptr[1]) || (enc_utf8 - && (ScreenLinesUC[off] != (u8char_T)u8c + && (ScreenLinesUC[off] != (u8char_T)(c >= 0x80 ? u8c : 0) || screen_comp_differs(off, u8cc))) #endif || ScreenAttrs[off] != attr diff --git a/src/version.c b/src/version.c index 1f5165ccf..3554be88f 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 119, /**/ 118, /**/