]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-119 v7.2.119
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Feb 2009 00:14:58 +0000 (00:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Feb 2009 00:14:58 +0000 (00:14 +0000)
src/screen.c
src/version.c

index 2ba06e20f8cb1cf1038118836886fd41f3a20cab..6c036d7ed474fe88e6bc6bb8c54e19eeaf55f018 100644 (file)
@@ -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
index 1f5165ccff7ecd6dea0466ad25d7e1d4abeb82ba..3554be88f55b04193597aee499eb724c0e31a21e 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    119,
 /**/
     118,
 /**/