]> granicus.if.org Git - vim/commit
patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied v8.2.3617
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Nov 2021 18:53:45 +0000 (18:53 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Nov 2021 18:53:45 +0000 (18:53 +0000)
commit0526815c15170a5926e1008600ec29d42d8b64c2
treecb743f2c7be21b9cbf5f711144018539f6e313ee
parent3cad47038547e694cfa26ba39c399f610d2054bd
patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied

Problem:    ":verbose pwd" does not mention 'autochdir' was applied.
Solution:   Remember the last chdir was done by 'autochdir'.  (issue #9142)
src/buffer.c
src/ex_docmd.c
src/globals.h
src/main.c
src/netbeans.c
src/os_win32.c
src/testdir/test_autochdir.vim
src/version.c
src/window.c