updated for version 7.1-154

This commit is contained in:
vimboss
2007-11-08 20:24:19 +00:00
parent 639fc30243
commit 1ff273a376
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4315,7 +4315,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
long prevcol = (long)(ptr - line) - (c == NUL);
/* we're not really at that column when skipping some text */
if ((wp->w_p_wrap ? wp->w_skipcol : wp->w_leftcol) > prevcol)
if ((long)(wp->w_p_wrap ? wp->w_skipcol : wp->w_leftcol) > prevcol)
++prevcol;
#endif
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
154,
/**/
153,
/**/