commit | 0526815c15170a5926e1008600ec29d42d8b64c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 18 18:53:45 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 18 18:53:45 2021 +0000 |
tree | cb743f2c7be21b9cbf5f711144018539f6e313ee | |
parent | 3cad47038547e694cfa26ba39c399f610d2054bd [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ea1644d..69193a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3617, +/**/ 3616, /**/ 3615,