commit | 851c7a699ae00bdc14a4db874cf722b7b7393b53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 18 20:47:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 18 20:47:31 2021 +0000 |
tree | 28e2e265f8a6d37e892e6e8123032355eb9da331 | |
parent | 0526815c15170a5926e1008600ec29d42d8b64c2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 69193a6..6125df9 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3618, +/**/ 3617, /**/ 3616,