1
0
forked from aniani/vim

updated for version 7.2-112

This commit is contained in:
Bram Moolenaar 2009-02-21 20:23:59 +00:00
parent 54ef7116a0
commit fa363cd16f
2 changed files with 3 additions and 0 deletions

View File

@ -3422,6 +3422,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
&& (*mb_ptr2cells)(ptr) > 1)
#endif
|| ((int)vcol_prev == fromcol_prev
&& vcol_prev < vcol /* not at margin */
&& vcol < tocol))
area_attr = attr; /* start highlighting */
else if (area_attr != 0

View File

@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
112,
/**/
111,
/**/