This commit is contained in:
Jan Edmund Lazo
2018-09-29 22:11:50 -04:00
parent 458a6f58b6
commit cf7e351c24
4 changed files with 10 additions and 8 deletions

View File

@@ -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--;
}