commit | 4671e88d7d3ed12206d9cdd8892fe3b2cbc0d6ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 17:21:48 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 17:21:48 2021 +0000 |
tree | 00a6c086d47a320d80baca12c09554b08d149c4e | |
parent | ce59b9f29244d98e55e3ec6be341c4d521159e8f [diff] [blame] |
patch 8.2.3648: "verbose pwd" is incorrect after dropping files on Vim Problem: "verbose pwd" is incorrect after dropping files on Vim. Solution: Set the chdir reason to "drop".
diff --git a/src/version.c b/src/version.c index 1871c7f..bd41147 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3648, +/**/ 3647, /**/ 3646,