forked from aniani/vim
updated for version 7.3.638
This commit is contained in:
parent
00b8ae0d3d
commit
451cf63751
@ -5332,7 +5332,8 @@ char_needs_redraw(off_from, off_to, cols)
|
||||
&& (ScreenLinesUC[off_from] != ScreenLinesUC[off_to]
|
||||
|| (ScreenLinesUC[off_from] != 0
|
||||
&& comp_char_differs(off_from, off_to))
|
||||
|| (cols > 1 && ScreenLines[off_from + 1]
|
||||
|| ((*mb_off2cells)(off_from, off_from + cols) > 1
|
||||
&& ScreenLines[off_from + 1]
|
||||
!= ScreenLines[off_to + 1])))
|
||||
#endif
|
||||
))
|
||||
|
@ -719,6 +719,10 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
638,
|
||||
/**/
|
||||
638,
|
||||
/**/
|
||||
637,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user