summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/buflist_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-21 22:00:38 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-21 22:00:38 +0200
commit628313a663ff20c41b54805399f604404c39caee (patch)
tree16c9a0eaacc452b2445e3fa91b6fff00f38233bf /doc/en/autogen/user/buflist_options.adoc
parent90029f9abd7aede5af761a5a9de28d4d917fff44 (diff)
downloadweechat-628313a663ff20c41b54805399f604404c39caee.zip
doc: update auto-generated files with buflist options
Diffstat (limited to 'doc/en/autogen/user/buflist_options.adoc')
-rw-r--r--doc/en/autogen/user/buflist_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc
index cb487694a..40bbe4c80 100644
--- a/doc/en/autogen/user/buflist_options.adoc
+++ b/doc/en/autogen/user/buflist_options.adoc
@@ -12,7 +12,7 @@
** description: pass:none[format for the line with current buffer (note: content is evaluated, see /help buflist)]
** type: string
** values: any string
-** default value: `+"${color:lightgreen,blue}${format_buffer}"+`
+** default value: `+"${color:,blue}${format_buffer}"+`
* [[option_buflist.format.hotlist]] *buflist.format.hotlist*
** description: pass:none[format for hotlist (note: content is evaluated, see /help buflist)]
@@ -69,7 +69,7 @@
** default value: `+"${color:green}${number}${if:${number_displayed}?.: }"+`
* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
-** description: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)]
+** description: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist); for example to hide server buffers if they are merged with core buffer: "${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}==1)"]
** type: string
** values: any string
** default value: `+"${buffer.hidden}==0"+`