forked from aniani/vim
patch 8.1.2219: no autocommand for open window with terminal
Problem: No autocommand for open window with terminal. Solution: Add TerminalWinOpen. (Christian Brabandt)
This commit is contained in:
@@ -174,6 +174,7 @@ static struct event_name
|
||||
{"TabLeave", EVENT_TABLEAVE},
|
||||
{"TermChanged", EVENT_TERMCHANGED},
|
||||
{"TerminalOpen", EVENT_TERMINALOPEN},
|
||||
{"TerminalWinOpen", EVENT_TERMINALWINOPEN},
|
||||
{"TermResponse", EVENT_TERMRESPONSE},
|
||||
{"TextChanged", EVENT_TEXTCHANGED},
|
||||
{"TextChangedI", EVENT_TEXTCHANGEDI},
|
||||
|
||||
Reference in New Issue
Block a user