1
0
forked from aniani/vim

updated for version 7.2-267

This commit is contained in:
Bram Moolenaar
2009-10-07 14:20:30 +00:00
parent da9591ecfd
commit 8701cd6a22
2 changed files with 4 additions and 0 deletions

View File

@@ -1218,6 +1218,8 @@ in_win_border(wp, vcol)
if ((int)vcol == width1 - 1) if ((int)vcol == width1 - 1)
return TRUE; return TRUE;
width2 = width1 + win_col_off2(wp); width2 = width1 + win_col_off2(wp);
if (width2 <= 0)
return FALSE;
return ((vcol - width1) % width2 == width2 - 1); return ((vcol - width1) % width2 == width2 - 1);
} }
#endif /* FEAT_MBYTE */ #endif /* FEAT_MBYTE */

View File

@@ -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 */
/**/
267,
/**/ /**/
266, 266,
/**/ /**/