commit | 3552e742898cd57adaf9b8ce32a9056271eab8d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 29 12:21:58 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 12:21:58 2021 +0200 |
tree | 9467d5130f7a5adcc12717cf9a75d7ee5571e971 | |
parent | d0edaf9dc253e619ccc321ceaac321aee11c1ea5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index da315bf..4b1a7ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2898, +/**/ 2897, /**/ 2896,