mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
globals: arg_had_last is bool
This commit is contained in:
@@ -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--;
|
||||
}
|
||||
|
Reference in New Issue
Block a user