1
0
forked from aniani/vim

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)
This commit is contained in:
LemonBoy
2022-05-04 22:13:47 +01:00
committed by Bram Moolenaar
parent ac402f4d64
commit 2a2707d033
3 changed files with 71 additions and 0 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4868,
/**/
4867,
/**/