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)
|
&& (*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
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user