]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-241 v7.0.241
authorBram Moolenaar <Bram@vim.org>
Thu, 3 May 2007 20:11:13 +0000 (20:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 May 2007 20:11:13 +0000 (20:11 +0000)
src/ex_cmds2.c
src/version.c

index e5e1f65c6d33630cb75b0651f7f7044f4eed9884..6480377b7b95a507995583a6ab73f074414684cb 100644 (file)
@@ -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)
index 66893a20c204846fafff100995de57e2be20dc6f..90ba544cb3d486cdfc24ca916312f59b086b67fd 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    241,
 /**/
     240,
 /**/