forked from aniani/vim
updated for version 7.2-112
This commit is contained in:
parent
54ef7116a0
commit
fa363cd16f
@ -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
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
112,
|
||||
/**/
|
||||
111,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user