commit | 2a2707d03337d0bb7d5fd1770238809618653d4a | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Wed May 04 22:13:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 04 22:13:47 2022 +0100 |
tree | 79f9357ee84530fc1ab694e89f27045613470d19 | |
parent | ac402f4d64bec6b6efd809fef52f5b34627bf947 [diff] [blame] |
patch 8.2.4868: when closing help window autocmds triggered for wrong window Problem: When closing help window autocmds triggered for the wrong window. Solution: Figure out the new current window earlier. (closes #10348)
diff --git a/src/version.c b/src/version.c index d04a226..ca9fae2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4868, +/**/ 4867, /**/ 4866,