1
0
forked from aniani/vim

updated for version 7.0-220

This commit is contained in:
Bram Moolenaar
2007-03-25 15:49:08 +00:00
parent 867a4b7630
commit 4940e3f2c3
2 changed files with 10 additions and 0 deletions

View File

@@ -15769,7 +15769,15 @@ get_winnr(tp, argvar)
if (nr > 0)
for (wp = (tp == curtab) ? firstwin : tp->tp_firstwin;
wp != twin; wp = wp->w_next)
{
if (wp == NULL)
{
/* didn't find it in this tabpage */
nr = 0;
break;
}
++nr;
}
return nr;
}
#endif

View File

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