This commit is contained in:
Jan Edmund Lazo
2018-09-05 23:04:54 -04:00
parent c0d26ba4f9
commit 2be853d486
5 changed files with 23 additions and 18 deletions

View File

@@ -1562,7 +1562,7 @@ static void edit_buffers(mparm_T *parmp, char_u *cwd)
}
// When w_arg_idx is -1 remove the window (see create_windows()).
if (curwin->w_arg_idx == -1) {
++arg_idx;
arg_idx++;
win_close(curwin, true);
advance = false;
continue;