commit | 64be6aa3a54ecfe355d4a03e1200650c301e7f29 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Nov 19 11:59:08 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 19 11:59:08 2021 +0000 |
tree | 06641e5480bc6fccb35f5ea885171afa85ec35f2 | |
parent | 1d69ef410ab2adb0351d559ff9753d6cdd4befdf [diff] [blame] |
patch 8.2.3622: "verbose pwd" shows confusing info Problem: "verbose pwd" shows confusing info when :lcd does not change directory. Solution: Clear last_chdir_reason also when the directory does not change. (closes #9160)
diff --git a/src/version.c b/src/version.c index 46f9771..94238de 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3622, +/**/ 3621, /**/ 3620,