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/Makefile b/src/Makefile index 1b13aa9..905e3f1 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2155,6 +2155,7 @@ test_eval_stuff \ test_ex_undo \ test_ex_z \ + test_exit \ test_exec_while_if \ test_execute_func \ test_exists \