diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-11-22 17:21:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-22 17:21:48 +0000 |
commit | 4671e88d7d3ed12206d9cdd8892fe3b2cbc0d6ab (patch) | |
tree | 00a6c086d47a320d80baca12c09554b08d149c4e /src/version.c | |
parent | ce59b9f29244d98e55e3ec6be341c4d521159e8f (diff) | |
download | vim-git-4671e88d7d3ed12206d9cdd8892fe3b2cbc0d6ab.tar.gz |
patch 8.2.3648: "verbose pwd" is incorrect after dropping files on Vimv8.2.3648
Problem: "verbose pwd" is incorrect after dropping files on Vim.
Solution: Set the chdir reason to "drop".
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1871c7fc4..bd4114780 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3648, +/**/ 3647, /**/ 3646, |