commit | 002bc79991286934a9593b80635c27d4238cdfc4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 05 22:33:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 05 22:33:42 2020 +0200 |
tree | 777b6a2574f8dfe4ac76552a0a8e44ba005e7961 | |
parent | 3fffa97159a427067b60c80ed4645e168cc5c4bd [diff] [blame] |
patch 8.2.0909: cannot go back to the previous local directory Problem: Cannot go back to the previous local directory. Solution: Add "tcd -" and "lcd -". (Yegappan Lakshmanan, closes #4362)
diff --git a/src/version.c b/src/version.c index 20c0e0d..5fca34b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 909, +/**/ 908, /**/ 907,