diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-11 16:55:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-11 16:55:36 +0100 |
commit | b852c3e64d319d6ec47dd780c8654ae095e1d8c2 (patch) | |
tree | 8253a1081afe78e1af8e24e1f034910ce19d295d /src/fileio.c | |
parent | 12a96de430779b88795fac87a2be666d9f661d1e (diff) | |
download | vim-git-b852c3e64d319d6ec47dd780c8654ae095e1d8c2.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 8331c08ab..05c3df50b 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}, |