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:
committed by
Christian Brabandt
parent
30cf017f2a
commit
a304e49790
@@ -561,7 +561,7 @@ check_arg_idx(win_T *win)
|
||||
}
|
||||
|
||||
/*
|
||||
* ":args", ":argslocal" and ":argsglobal".
|
||||
* ":args", ":arglocal" and ":argglobal".
|
||||
*/
|
||||
void
|
||||
ex_args(exarg_T *eap)
|
||||
|
||||
Reference in New Issue
Block a user