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)
|
||||
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
|
||||
|
||||
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
220,
|
||||
/**/
|
||||
219,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user