aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
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 /runtime/doc
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 'runtime/doc')
-rw-r--r--runtime/doc/options.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index d9024b98c0..a5211b4d50 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6011,11 +6011,15 @@ A jump table for the options with a short description can be found at |Q_op|.
( - Start of item group. Can be used for setting the width and
alignment of a section. Must be followed by %) somewhere.
) - End of item group. No width fields allowed.
- T N For 'tabline': start of tab page N label. Use %T after the last
- label. This information is used for mouse clicks.
- X N For 'tabline': start of close tab N label. Use %X after the
- label, e.g.: %3Xclose%X. Use %999X for a "close current tab"
- mark. This information is used for mouse clicks.
+ T N For 'tabline': start of tab page N label. Use %T or %X to end
+ the label. This information is used for mouse clicks.
+ X N For 'tabline': start of close tab N label. Use %X or %T to end
+ the label, e.g.: %3Xclose%X. Use %999X for a "close current
+ tab" mark. This information is used for mouse clicks.
+ [ - For 'tabline': start of execute command label. Use %X or %T to
+ end the label, e.g.: %[buffer 10]foo.c%X. This information is
+ used for mouse clicks: in the example when clicking on "foo.c"
+ "buffer 10" command will be run.
< - Where to truncate line if too long. Default is at the start.
No width fields allowed.
= - Separation point between left and right aligned items.