]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3622: "verbose pwd" shows confusing info v8.2.3622
authorzeertzjq <zeertzjq@outlook.com>
Fri, 19 Nov 2021 11:59:08 +0000 (11:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 11:59:08 +0000 (11:59 +0000)
commit64be6aa3a54ecfe355d4a03e1200650c301e7f29
tree06641e5480bc6fccb35f5ea885171afa85ec35f2
parent1d69ef410ab2adb0351d559ff9753d6cdd4befdf
patch 8.2.3622: "verbose pwd" shows confusing info

Problem:    "verbose pwd" shows confusing info when :lcd does not change
            directory.
Solution:   Clear last_chdir_reason also when the directory does not change.
            (closes #9160)
src/ex_docmd.c
src/testdir/test_autochdir.vim
src/version.c