]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1595: no autocommand triggered before exiting v8.0.1595
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Mar 2018 13:44:18 +0000 (14:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Mar 2018 13:44:18 +0000 (14:44 +0100)
commit12a96de430779b88795fac87a2be666d9f661d1e
tree141184af18ba4ae4f2c61dd1a2aa4961446ba370
parent435acdb88c849c6bac44ef30f24f29618b36af50
patch 8.0.1595: no autocommand triggered before exiting

Problem:    No autocommand triggered before exiting.
Solution:   Add the ExitPre autocommand event.
runtime/doc/autocmd.txt
src/Makefile
src/ex_docmd.c
src/fileio.c
src/testdir/Make_all.mak
src/testdir/test_exit.vim [new file with mode: 0644]
src/version.c
src/vim.h