updated for version 7.0-241
author |
vimboss |
date |
Thu, 03 May 2007 20:11:13 +0000 |
parents |
b04bb35fcd4b |
children |
e76a088056dd |
files |
src/ex_cmds2.c src/version.c |
diffstat |
2 files changed, 4 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -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)
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 241,
+/**/
240,
/**/
239,