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))
|
||||
break;
|
||||
win_goto(wp);
|
||||
if (curwin != wp)
|
||||
break; /* something must be wrong */
|
||||
wp = curwin->w_next;
|
||||
}
|
||||
else if (eap->cmdidx == CMD_tabdo)
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
241,
|
||||
/**/
|
||||
240,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user