]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1450: Session has wrong arglist with :tcd and :arglocal v9.1.1450
authorzeertzjq <zeertzjq@outlook.com>
Tue, 10 Jun 2025 18:31:44 +0000 (20:31 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 10 Jun 2025 18:31:44 +0000 (20:31 +0200)
commita304e49790280d9e3201648eb5ec8ba1ac55b175
tree3c03a8f1088c52245218401e586450318f449d16
parent30cf017f2a9b8b56606c5d78f478486720f923c7
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>
src/arglist.c
src/session.c
src/testdir/test_mksession.vim
src/version.c