diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-17 21:53:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-17 21:53:23 +0000 |
commit | 997fb4ba696625e27e17c00d5033b20411aa45a3 (patch) | |
tree | 491f6645be05ca184f550a69c4c3b7c7a50b38fe /src/ex_cmds2.c | |
parent | 49d7bf13e0d7e656ac246ec1dd7309560b070289 (diff) | |
download | vim-997fb4ba696625e27e17c00d5033b20411aa45a3.zip |
updated for version 7.0200
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 0e671c8af..b2a9327f1 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -2232,7 +2232,7 @@ ex_listdo(eap) if (!win_valid(win)) break; win_goto(win); - win = win->w_next; + win = curwin->w_next; } #endif else if (eap->cmdidx == CMD_bufdo) |