1
0
forked from aniani/vim

updated for version 7.3.638

This commit is contained in:
Bram Moolenaar 2012-08-23 18:58:14 +02:00
parent 00b8ae0d3d
commit 451cf63751
2 changed files with 7 additions and 2 deletions

View File

@ -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
))

View File

@ -719,6 +719,10 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
638,
/**/
638,
/**/
637,
/**/