]> granicus.if.org Git - vim/commit
patch 8.2.0876: :pwd does not give a hint about the scope of the directory v8.2.0876
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 14:26:19 +0000 (16:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 14:26:19 +0000 (16:26 +0200)
commit950587242cad52d067a15f0f0c83528a28f75731
treeff69b30a48c1bca712733f8ad48944d79de2e74e
parent6c9ba0428041d5316871245be38c13faa0107026
patch 8.2.0876: :pwd does not give a hint about the scope of the directory

Problem:    :pwd does not give a hint about the scope of the directory
Solution:   Make ":verbose pwd" show the scope. (Takuya Fujiwara, closes #5469)
runtime/doc/editing.txt
src/ex_docmd.c
src/testdir/test_cd.vim
src/version.c