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/filepath.c b/src/filepath.c index ad7b8b0..8bc941d 100644 --- a/src/filepath.c +++ b/src/filepath.c
@@ -726,6 +726,7 @@ if (argvars[0].v_type != VAR_STRING) // Returning an empty string means it failed. + // No error message, for historic reasons. return; // Return the current directory