commit | 4142324d253f27f9a9179509fab10f9986032bcb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 03 20:11:13 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 03 20:11:13 2007 +0000 |
tree | 2e1256dae61adef78c7825829f3648924878ae59 | |
parent | ee79cbc7afdc87a185542c0a7ef6d4fd4e5271dd [diff] [blame] |
updated for version 7.0-241
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index e5e1f65..6480377 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -2287,6 +2287,8 @@ 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)