]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used v8.2.3618
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Nov 2021 20:47:31 +0000 (20:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Nov 2021 20:47:31 +0000 (20:47 +0000)
commit851c7a699ae00bdc14a4db874cf722b7b7393b53
tree28e2e265f8a6d37e892e6e8123032355eb9da331
parent0526815c15170a5926e1008600ec29d42d8b64c2
patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used

Problem:    getcwd() is unclear about how 'autochdir' is used.
Solution:   Update the help for getcwd().  Without any arguments always return
            the actual current directory. (closes #9142)
runtime/doc/eval.txt
src/filepath.c
src/testdir/test_cd.vim
src/version.c