commit | 12a96de430779b88795fac87a2be666d9f661d1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 14:44:18 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 14:44:18 2018 +0100 |
tree | 141184af18ba4ae4f2c61dd1a2aa4961446ba370 | |
parent | 435acdb88c849c6bac44ef30f24f29618b36af50 [diff] [blame] |
patch 8.0.1595: no autocommand triggered before exiting Problem: No autocommand triggered before exiting. Solution: Add the ExitPre autocommand event.
diff --git a/src/version.c b/src/version.c index a6c7279..4f1c001 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1595, +/**/ 1594, /**/ 1593,