]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(tar): preserve pwd when reading and writing tar files
authorMichele Sorcinelli <michelesr@autistici.org>
Mon, 19 May 2025 17:45:32 +0000 (19:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 19 May 2025 17:48:04 +0000 (19:48 +0200)
commit719ec0fe154e321bf7cf2cb2f93e8aa30036b87e
tree5200a24adecbd8166a81be364db85719e51170b4
parent5a8f9958e23ef0636425c0845fb534cc5c5319f8
runtime(tar): preserve pwd when reading and writing tar files

While at it, use `:lcd` to temporarily set the window local directory
instead of `:cd` for the global working directory.

fixes: #17334
closes: #17339

Signed-off-by: Michele Sorcinelli <michelesr@autistici.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/tar.vim