forked from aniani/vim
updated for version 7.0-241
This commit is contained in:
@@ -2287,6 +2287,8 @@ ex_listdo(eap)
|
|||||||
if (!win_valid(wp))
|
if (!win_valid(wp))
|
||||||
break;
|
break;
|
||||||
win_goto(wp);
|
win_goto(wp);
|
||||||
|
if (curwin != wp)
|
||||||
|
break; /* something must be wrong */
|
||||||
wp = curwin->w_next;
|
wp = curwin->w_next;
|
||||||
}
|
}
|
||||||
else if (eap->cmdidx == CMD_tabdo)
|
else if (eap->cmdidx == CMD_tabdo)
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
241,
|
||||||
/**/
|
/**/
|
||||||
240,
|
240,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user