mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4335: no autocommand event triggered before changing directory
Problem: No autocommand event triggered before changing directory. (Ronnie Magatti) Solution: Add DirChangedPre. (closes #9721)
This commit is contained in:
@@ -1304,6 +1304,7 @@ enum auto_event
|
||||
EVENT_CURSORMOVEDI, // cursor was moved in Insert mode
|
||||
EVENT_DIFFUPDATED, // after diffs were updated
|
||||
EVENT_DIRCHANGED, // after user changed directory
|
||||
EVENT_DIRCHANGEDPRE, // before directory changes
|
||||
EVENT_ENCODINGCHANGED, // after changing the 'encoding' option
|
||||
EVENT_EXITPRE, // before exiting
|
||||
EVENT_FILEAPPENDCMD, // append to a file using command
|
||||
|
Reference in New Issue
Block a user