0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

patch 9.1.1450: Session has wrong arglist with :tcd and :arglocal

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: #17503

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2025-06-10 20:31:44 +02:00
committed by Christian Brabandt
parent 30cf017f2a
commit a304e49790
4 changed files with 45 additions and 4 deletions

View File

@@ -561,7 +561,7 @@ check_arg_idx(win_T *win)
}
/*
* ":args", ":argslocal" and ":argsglobal".
* ":args", ":arglocal" and ":argglobal".
*/
void
ex_args(exarg_T *eap)