comparison src/Makefile @ 13442:94e638936d3e v8.0.1595

patch 8.0.1595: no autocommand triggered before exiting commit https://github.com/vim/vim/commit/12a96de430779b88795fac87a2be666d9f661d1e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 11 14:44:18 2018 +0100 patch 8.0.1595: no autocommand triggered before exiting Problem: No autocommand triggered before exiting. Solution: Add the ExitPre autocommand event.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Mar 2018 14:45:05 +0100
parents 8412df1479a3
children a1b658ddea03
comparison
equal deleted inserted replaced
13441:16773ccde7fe 13442:94e638936d3e
2153 test_erasebackword \ 2153 test_erasebackword \
2154 test_escaped_glob \ 2154 test_escaped_glob \
2155 test_eval_stuff \ 2155 test_eval_stuff \
2156 test_ex_undo \ 2156 test_ex_undo \
2157 test_ex_z \ 2157 test_ex_z \
2158 test_exit \
2158 test_exec_while_if \ 2159 test_exec_while_if \
2159 test_execute_func \ 2160 test_execute_func \
2160 test_exists \ 2161 test_exists \
2161 test_exists_autocmd \ 2162 test_exists_autocmd \
2162 test_expand \ 2163 test_expand \