forked from aniani/vim
updated for version 7.0-220
This commit is contained in:
@@ -15769,7 +15769,15 @@ get_winnr(tp, argvar)
|
|||||||
if (nr > 0)
|
if (nr > 0)
|
||||||
for (wp = (tp == curtab) ? firstwin : tp->tp_firstwin;
|
for (wp = (tp == curtab) ? firstwin : tp->tp_firstwin;
|
||||||
wp != twin; wp = wp->w_next)
|
wp != twin; wp = wp->w_next)
|
||||||
|
{
|
||||||
|
if (wp == NULL)
|
||||||
|
{
|
||||||
|
/* didn't find it in this tabpage */
|
||||||
|
nr = 0;
|
||||||
|
break;
|
||||||
|
}
|
||||||
++nr;
|
++nr;
|
||||||
|
}
|
||||||
return nr;
|
return nr;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
/**/
|
||||||
|
220,
|
||||||
/**/
|
/**/
|
||||||
219,
|
219,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user