commit | 997fb4ba696625e27e17c00d5033b20411aa45a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 21:53:23 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 21:53:23 2006 +0000 |
tree | 491f6645be05ca184f550a69c4c3b7c7a50b38fe | |
parent | 49d7bf13e0d7e656ac246ec1dd7309560b070289 [diff] [blame] |
updated for version 7.0200
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 0e671c8..b2a9327 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -2232,7 +2232,7 @@ if (!win_valid(win)) break; win_goto(win); - win = win->w_next; + win = curwin->w_next; } #endif else if (eap->cmdidx == CMD_bufdo)