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

updated for version 7.1-154

This commit is contained in:
Bram Moolenaar 2007-11-08 20:24:19 +00:00
parent 6f1924547b
commit 33741a0f37
2 changed files with 3 additions and 1 deletions

View File

@ -4315,7 +4315,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
long prevcol = (long)(ptr - line) - (c == NUL); long prevcol = (long)(ptr - line) - (c == NUL);
/* we're not really at that column when skipping some text */ /* 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; ++prevcol;
#endif #endif

View File

@ -666,6 +666,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 */
/**/
154,
/**/ /**/
153, 153,
/**/ /**/