1
0
forked from aniani/vim

patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed

Problem:    QuitPre and ExitPre not triggered when GUI window is closed.
Solution:   Call before_quit_autocmds(). (closes #8242)
This commit is contained in:
Bram Moolenaar
2021-05-29 12:21:58 +02:00
parent d0edaf9dc2
commit 3552e74289
4 changed files with 9 additions and 5 deletions

View File

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