summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-11-15 13:12:07 +0000
committerBram Moolenaar <Bram@vim.org>2008-11-15 13:12:07 +0000
commit701f7afcdf5f510090116a6a6fa91ca479c88e06 (patch)
tree608ff9b10fa5dbdb613f17f0242a160d19dacc13 /src/main.c
parent1c8603613a33f6012c7d7e0d9db02323f2e785b4 (diff)
updated for version 7.2-041v7.2.041
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 53f55c0be6..17cab6d348 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2588,7 +2588,7 @@ edit_buffers(parmp)
# endif
(void)do_ecmd(0, arg_idx < GARGCOUNT
? alist_name(&GARGLIST[arg_idx]) : NULL,
- NULL, NULL, ECMD_LASTL, ECMD_HIDE);
+ NULL, NULL, ECMD_LASTL, ECMD_HIDE, curwin);
# ifdef HAS_SWAP_EXISTS_ACTION
if (swap_exists_did_quit)
{