mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
lint
This commit is contained in:
@@ -6567,9 +6567,9 @@ void alist_set(alist_T *al, int count, char_u **files, int use_curbuf, int *fnum
|
||||
xfree(files);
|
||||
}
|
||||
|
||||
if (al == &global_alist)
|
||||
if (al == &global_alist) {
|
||||
arg_had_last = false;
|
||||
|
||||
}
|
||||
recursive--;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user