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

updated for version 7.0-218

This commit is contained in:
Bram Moolenaar 2007-03-15 21:54:01 +00:00
parent c432b50937
commit 49104e4038
2 changed files with 3 additions and 1 deletions

View File

@ -3710,7 +3710,7 @@ build_stl_str_hl(wp, out, outlen, fmt, use_sandbox, fillchar, maxwidth, hltab, t
case STL_BYTEVAL_X:
base = 'X';
case STL_BYTEVAL:
if (((State & INSERT) && wp == curwin) || empty_line)
if (wp->w_cursor.col > STRLEN(linecont))
num = 0;
else
{

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
218,
/**/
217,
/**/