patch 9.1.1202: Missing TabClosedPre autocommand
Problem: Missing TabClosedPre autocommand
(zoumi)
Solution: Add the TabClosedPre autcommand (Jim Zhou).
fixes: #16518
closes: #16855
Signed-off-by: Jim Zhou <jimzhouzzy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
587601671c
commit
5606ca5349
@ -1435,6 +1435,7 @@ enum auto_event
|
||||
EVENT_SWAPEXISTS, // found existing swap file
|
||||
EVENT_SYNTAX, // syntax selected
|
||||
EVENT_TABCLOSED, // after closing a tab page
|
||||
EVENT_TABCLOSEDPRE, // before closing a tab page
|
||||
EVENT_TABENTER, // after entering a tab page
|
||||
EVENT_TABLEAVE, // before leaving a tab page
|
||||
EVENT_TABNEW, // when entering a new tab page
|
||||
|
||||
Reference in New Issue
Block a user