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/testdir/Make_all.mak b/src/testdir/Make_all.mak index e3230c5..159bf1e 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -97,6 +97,7 @@ test_exec_while_if.res \ test_exists.res \ test_exists_autocmd.res \ + test_exit.res \ test_farsi.res \ test_file_size.res \ test_find_complete.res \