1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

buflist: add example in /help buflist.look.display_conditions

This commit is contained in:
Sébastien Helleu
2017-04-20 22:00:17 +02:00
parent c946b3e361
commit 669ca77c41
14 changed files with 140 additions and 51 deletions
+4 -1
View File
@@ -299,7 +299,10 @@ buflist_config_init ()
buflist_config_file, ptr_section,
"display_conditions", "string",
N_("conditions to display a buffer "
"(note: content is evaluated, see /help buflist)"),
"(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)\""),
NULL, 0, 0,
"${buffer.hidden}==0",
NULL, 0,