mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
Add TabNew event
TabNew triggers when entering a new tab page, but not when entering an already created one.
This commit is contained in:

committed by
Justin M. Keyes

parent
0429857689
commit
817be96be5
@@ -5247,6 +5247,7 @@ static struct event_name {
|
||||
{"Syntax", EVENT_SYNTAX},
|
||||
{"TabEnter", EVENT_TABENTER},
|
||||
{"TabLeave", EVENT_TABLEAVE},
|
||||
{"TabNew", EVENT_TABNEW},
|
||||
{"TermChanged", EVENT_TERMCHANGED},
|
||||
{"TermResponse", EVENT_TERMRESPONSE},
|
||||
{"TextChanged", EVENT_TEXTCHANGED},
|
||||
|
Reference in New Issue
Block a user