0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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) && (*mb_ptr2cells)(ptr) > 1)
#endif #endif
|| ((int)vcol_prev == fromcol_prev || ((int)vcol_prev == fromcol_prev
&& vcol_prev < vcol /* not at margin */
&& vcol < tocol)) && vcol < tocol))
area_attr = attr; /* start highlighting */ area_attr = attr; /* start highlighting */
else if (area_attr != 0 else if (area_attr != 0

View File

@ -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 */
/**/
112,
/**/ /**/
111, 111,
/**/ /**/