mirror of
https://github.com/vim/vim.git
synced 2025-09-02 21:13:50 -04:00
updated for version 7.2-119
This commit is contained in:
parent
2a9e4df9fb
commit
ffcce30fdb
@ -6362,7 +6362,7 @@ screen_puts_len(text, len, row, col, attr)
|
|||||||
&& c == 0x8e
|
&& c == 0x8e
|
||||||
&& ScreenLines2[off] != ptr[1])
|
&& ScreenLines2[off] != ptr[1])
|
||||||
|| (enc_utf8
|
|| (enc_utf8
|
||||||
&& (ScreenLinesUC[off] != (u8char_T)u8c
|
&& (ScreenLinesUC[off] != (u8char_T)(c >= 0x80 ? u8c : 0)
|
||||||
|| screen_comp_differs(off, u8cc)))
|
|| screen_comp_differs(off, u8cc)))
|
||||||
#endif
|
#endif
|
||||||
|| ScreenAttrs[off] != attr
|
|| ScreenAttrs[off] != attr
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
119,
|
||||||
/**/
|
/**/
|
||||||
118,
|
118,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user