globals: arg_had_last is bool

This commit is contained in:
Jan Edmund Lazo
2018-09-29 16:53:55 -04:00
parent 63b1a7d0cf
commit 458a6f58b6
4 changed files with 4 additions and 4 deletions

View File

@@ -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) {