aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-02-01 22:31:02 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-02-01 22:31:02 -0500
commit5308585adf8140e232602c96e22909371736d826 (patch)
treee865399183e7b1af7630172efcffc5d5f2ef7bc6 /src/nvim/buffer.h
parent830678d5f98a061ef8da4947d0019e5acdec690f (diff)
parentad5cb87d7af772711579ad825e32a7cbddcd5170 (diff)
downloadrneovim-5308585adf8140e232602c96e22909371736d826.tar.gz
rneovim-5308585adf8140e232602c96e22909371736d826.tar.bz2
rneovim-5308585adf8140e232602c96e22909371736d826.zip
Merge pull request #3871 from ZyX-I/tabline-clicks
Allow running random code on tabline clicks
Diffstat (limited to 'src/nvim/buffer.h')
-rw-r--r--src/nvim/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.h b/src/nvim/buffer.h
index 49025d3925..d51a2f7dae 100644
--- a/src/nvim/buffer.h
+++ b/src/nvim/buffer.h
@@ -4,6 +4,7 @@
#include "nvim/window.h"
#include "nvim/pos.h" // for linenr_T
#include "nvim/ex_cmds_defs.h" // for exarg_T
+#include "nvim/screen.h" // for StlClickRecord
// Values for buflist_getfile()
enum getf_values {