1
0
forked from aniani/vim

updated for version 7.0-241

This commit is contained in:
Bram Moolenaar
2007-05-03 20:11:13 +00:00
parent ee79cbc7af
commit 4142324d25
2 changed files with 4 additions and 0 deletions

View File

@@ -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)

View File

@@ -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,
/**/ /**/