summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-11 16:55:36 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-11 16:55:36 +0100
commitb852c3e64d319d6ec47dd780c8654ae095e1d8c2 (patch)
tree8253a1081afe78e1af8e24e1f034910ce19d295d /src/fileio.c
parent12a96de430779b88795fac87a2be666d9f661d1e (diff)
patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596
Problem: No autocommand specifically for opening a terminal window. Solution: Add TerminalOpen. (?, closes #2484)
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 8331c08ab3..05c3df50bc 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -7773,6 +7773,7 @@ static struct event_name
{"TabEnter", EVENT_TABENTER},
{"TabLeave", EVENT_TABLEAVE},
{"TermChanged", EVENT_TERMCHANGED},
+ {"TerminalOpen", EVENT_TERMINALOPEN},
{"TermResponse", EVENT_TERMRESPONSE},
{"TextChanged", EVENT_TEXTCHANGED},
{"TextChangedI", EVENT_TEXTCHANGEDI},