commit | dea4a616376c6500894c16e26057ce16d7ef9f0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 22:03:34 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 22:03:34 2021 +0000 |
tree | 49e9b87316316013e5bbd1ff396729d2b614c265 | |
parent | 23bdef2571b589414cd9744059abd507b043996b [diff] [blame] |
patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set Problem: In wrong directory when using win_execute() with 'acd' set. Solution: Restore the directory when returning to the window. (closes #9276)
diff --git a/src/version.c b/src/version.c index 66a0e92..338b8a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3739, +/**/ 3738, /**/ 3737,