aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-02-16 23:24:31 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-02-16 23:24:31 -0500
commit662b7227b54d18c0113741edff157cd8648c2594 (patch)
treeaa35b1fcb2e89f4f11976edb4e32b315f746e168 /src/nvim/fileio.h
parent0429857689ba98356bc80d01ebd540fe861e8db2 (diff)
parent3ffc5d81c34cfdd535573a50790690c88e4324bb (diff)
downloadrneovim-662b7227b54d18c0113741edff157cd8648c2594.tar.gz
rneovim-662b7227b54d18c0113741edff157cd8648c2594.tar.bz2
rneovim-662b7227b54d18c0113741edff157cd8648c2594.zip
Merge #1717 'TabNew, TabNewEntered, TabClosed'
Diffstat (limited to 'src/nvim/fileio.h')
-rw-r--r--src/nvim/fileio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h
index 29bd1307f6..7a9e2adae1 100644
--- a/src/nvim/fileio.h
+++ b/src/nvim/fileio.h
@@ -93,8 +93,11 @@ typedef enum auto_event {
EVENT_SPELLFILEMISSING, /* spell file missing */
EVENT_CURSORMOVED, /* cursor was moved */
EVENT_CURSORMOVEDI, /* cursor was moved in Insert mode */
+ EVENT_TABCLOSED, /* a tab has closed */
EVENT_TABLEAVE, /* before leaving a tab page */
EVENT_TABENTER, /* after entering a tab page */
+ EVENT_TABNEW, /* when creating a new tab */
+ EVENT_TABNEWENTERED, /* after entering a new tab */
EVENT_SHELLCMDPOST, /* after ":!cmd" */
EVENT_SHELLFILTERPOST, /* after ":1,2!cmd", ":w !cmd", ":r !cmd". */
EVENT_TEXTCHANGED, /* text was modified */