From 9d0ae31fce5dccce56cd2f873daf199e286eff75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 25 Mar 2017 22:14:32 +0100 Subject: buflist: add option buflist.look.display_conditions --- doc/en/autogen/user/buflist_commands.adoc | 3 ++- doc/en/autogen/user/buflist_options.adoc | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/en/autogen/user') diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc index c82246851..4a6950c93 100644 --- a/doc/en/autogen/user/buflist_commands.adoc +++ b/doc/en/autogen/user/buflist_commands.adoc @@ -10,7 +10,8 @@ refresh: force the refresh of the "buflist" bar item -The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options: +The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options: + - buflist.look.display_conditions: conditions to display a buffer in the list - buflist.format.buffer: format for a buffer which is not current buffer - buflist.format.buffer_current: format for the current buffer diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index bde041a38..6e42890df 100644 --- a/doc/en/autogen/user/buflist_options.adoc +++ b/doc/en/autogen/user/buflist_options.adoc @@ -62,6 +62,12 @@ ** values: any string ** default value: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* +** description: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)] +** type: string +** values: any string +** default value: `+"${buffer.hidden}==0"+` + * [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh* ** description: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list] ** type: string -- cgit v1.2.3