forked from aniani/vim
patch 8.0.1595: no autocommand triggered before exiting
Problem: No autocommand triggered before exiting. Solution: Add the ExitPre autocommand event.
This commit is contained in:
@@ -7724,6 +7724,7 @@ static struct event_name
|
||||
{"CursorMovedI", EVENT_CURSORMOVEDI},
|
||||
{"DirChanged", EVENT_DIRCHANGED},
|
||||
{"EncodingChanged", EVENT_ENCODINGCHANGED},
|
||||
{"ExitPre", EVENT_EXITPRE},
|
||||
{"FileEncoding", EVENT_ENCODINGCHANGED},
|
||||
{"FileAppendPost", EVENT_FILEAPPENDPOST},
|
||||
{"FileAppendPre", EVENT_FILEAPPENDPRE},
|
||||
|
Reference in New Issue
Block a user