vim-patch:9.1.1450: Session has wrong arglist with :tcd and :arglocal (#34430)

Problem:  Session has wrong arglist with :tcd and :arglocal.
Solution: Also use absolute path for :argadd when there is tabpage-local
          directory (zeertzjq).

related: neovim/neovim#34405
closes: vim/vim#17503

a304e49790
(cherry picked from commit 612f8e7c9e)
This commit is contained in:
zeertzjq
2025-06-11 07:35:42 +08:00
committed by github-actions[bot]
parent b0ced63e43
commit d28ad6e03f
3 changed files with 42 additions and 4 deletions

View File

@@ -525,7 +525,7 @@ void check_arg_idx(win_T *win)
}
}
/// ":args", ":argslocal" and ":argsglobal".
/// ":args", ":arglocal" and ":argglobal".
void ex_args(exarg_T *eap)
{
if (eap->cmdidx != CMD_args) {