aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.h
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2014-12-23 11:56:10 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-02-16 23:24:30 -0500
commit66d94869a0f01902d93597eae4244f9a64db82fc (patch)
tree268c3d71cfd37f77eecc5f830c92e62364405c21 /src/nvim/fileio.h
parent817be96be535a8aecc24a72f51fe2d6743ed4a24 (diff)
downloadrneovim-66d94869a0f01902d93597eae4244f9a64db82fc.tar.gz
rneovim-66d94869a0f01902d93597eae4244f9a64db82fc.tar.bz2
rneovim-66d94869a0f01902d93597eae4244f9a64db82fc.zip
Add TabNewEntered
TabNewEntered is triggered after vim has entered a buffer in new tab.
Diffstat (limited to 'src/nvim/fileio.h')
-rw-r--r--src/nvim/fileio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h
index 134759577c..48d96760db 100644
--- a/src/nvim/fileio.h
+++ b/src/nvim/fileio.h
@@ -96,6 +96,7 @@ typedef enum auto_event {
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 */