]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4868: when closing help window autocmds triggered for wrong window v8.2.4868
authorLemonBoy <thatlemon@gmail.com>
Wed, 4 May 2022 21:13:47 +0000 (22:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 May 2022 21:13:47 +0000 (22:13 +0100)
commit2a2707d03337d0bb7d5fd1770238809618653d4a
tree79f9357ee84530fc1ab694e89f27045613470d19
parentac402f4d64bec6b6efd809fef52f5b34627bf947
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)
src/testdir/test_help.vim
src/version.c
src/window.c