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

@@ -6568,7 +6568,7 @@ void alist_set(alist_T *al, int count, char_u **files, int use_curbuf, int *fnum
}
if (al == &global_alist)
arg_had_last = FALSE;
arg_had_last = false;
recursive--;
}