mirror of
https://github.com/neovim/neovim.git
synced 2025-12-20 05:15:31 +00:00
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:
committed by
github-actions[bot]
parent
b0ced63e43
commit
d28ad6e03f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user