commit | 90c317f2246a7fb4bd4e3feb0778b53627bc9fad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 13:15:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 13:15:05 2021 +0000 |
tree | 0f765598411fe6bab0519ddb7f1ee4daebb80c67 | |
parent | 8b6256f6ec075cca40341e61ebc9f538b4902dd1 [diff] [blame] |
patch 8.2.3920: restoring directory after using another window is inefficient Problem: Restoring directory after using another window is inefficient. Solution: Only restore the directory for win_execute(). Apply 'autochdir' only when needed.
diff --git a/src/version.c b/src/version.c index 2045de9..8963062 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3920, +/**/ 3919, /**/ 3918,