aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-11-23 03:07:32 +0300
committerZyX <kp-pav@yandex.ru>2016-02-01 21:40:06 +0300
commitef662498b1ea1aca430624e3fc0d304494282c72 (patch)
treeda6db6777b6db8f2d437e8a2718d5248b6ba5f44 /src/nvim/buffer.h
parent3e3d2d783cf742530b7f55b9964bca2f8a1dd158 (diff)
downloadrneovim-ef662498b1ea1aca430624e3fc0d304494282c72.tar.gz
rneovim-ef662498b1ea1aca430624e3fc0d304494282c72.tar.bz2
rneovim-ef662498b1ea1aca430624e3fc0d304494282c72.zip
tabline: Add %[] atom to the tabline, for random commands on click
Currently untested and undocumented.
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 {