mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48:17 +00:00
globals: arg_had_last is bool
This commit is contained in:
@@ -4535,7 +4535,7 @@ do_arg_all (
|
||||
|
||||
for (i = 0; i < count && i < opened_len && !got_int; ++i) {
|
||||
if (alist == &global_alist && i == global_alist.al_ga.ga_len - 1)
|
||||
arg_had_last = TRUE;
|
||||
arg_had_last = true;
|
||||
if (opened[i] > 0) {
|
||||
/* Move the already present window to below the current window */
|
||||
if (curwin->w_arg_idx != i) {
|
||||
|
Reference in New Issue
Block a user