forked from aniani/vim
updated for version 7.3.638
This commit is contained in:
parent
00b8ae0d3d
commit
451cf63751
@ -5332,8 +5332,9 @@ char_needs_redraw(off_from, off_to, cols)
|
|||||||
&& (ScreenLinesUC[off_from] != ScreenLinesUC[off_to]
|
&& (ScreenLinesUC[off_from] != ScreenLinesUC[off_to]
|
||||||
|| (ScreenLinesUC[off_from] != 0
|
|| (ScreenLinesUC[off_from] != 0
|
||||||
&& comp_char_differs(off_from, off_to))
|
&& comp_char_differs(off_from, off_to))
|
||||||
|| (cols > 1 && ScreenLines[off_from + 1]
|
|| ((*mb_off2cells)(off_from, off_from + cols) > 1
|
||||||
!= ScreenLines[off_to + 1])))
|
&& ScreenLines[off_from + 1]
|
||||||
|
!= ScreenLines[off_to + 1])))
|
||||||
#endif
|
#endif
|
||||||
))
|
))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
@ -719,6 +719,10 @@ 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 */
|
||||||
|
/**/
|
||||||
|
638,
|
||||||
|
/**/
|
||||||
|
638,
|
||||||
/**/
|
/**/
|
||||||
637,
|
637,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user