commit | 7f13b24ab6aca808262e68680d8fe5f082670ebd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 14 11:41:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 14 11:41:31 2021 +0000 |
tree | a6fc626ad6115ec983c0d682489ccc1397741f87 | |
parent | 6a950a6007f27d9d0ce32ef8dcaf5c9d0f1b5aab [diff] [blame] |
patch 8.2.3593: directory is wrong after executing "lcd" with win_execute() Problem: Directory is wrong after executing "lcd" with win_execute(). Solution: Correct the directory when going back to the original window. (closes #9132)
diff --git a/src/version.c b/src/version.c index c0acd4b..1664f21 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3593, +/**/ 3592, /**/ 3591,