1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

Revert "buflist: mention variables available for option buflist.look.display_conditions in its help and in /help buflist (closes #1393)"

This reverts commit 39e5b0574c.
This commit is contained in:
Sébastien Helleu
2019-08-17 08:43:22 +02:00
parent ceb579653f
commit a3e8163f37
27 changed files with 173 additions and 353 deletions
+3 -12
View File
@@ -83,18 +83,9 @@ buflist_command_init ()
"current buffer\n"
" - buflist.format.buffer_current: format for the current buffer\n"
"\n"
"The following variables can be used in the option "
"\"buflist.look.display_conditions\" (see below for the "
"description):\n"
" - bar_item\n"
" - buffer\n"
" - irc_server\n"
" - irc_channel\n"
"\n"
"The following variables can be used in the options "
"\"buflist.format.*\":\n"
" - bar item data (see hdata \"bar_item\" in API doc for a "
"complete list), for example:\n"
"The following variables can be used in these options:\n"
" - bar item data (see hdata \"bar_item\" in API doc for a complete "
"list), for example:\n"
" - ${bar_item.name}\n"
" - buffer data (see hdata \"buffer\" in API doc for a complete "
"list), for example:\n"
+1 -3
View File
@@ -440,9 +440,7 @@ buflist_config_init ()
buflist_config_file, ptr_section,
"display_conditions", "string",
N_("conditions to display a buffer "
"(note: content is evaluated, see /help buflist); variables "
"available are: bar_item, buffer, irc_server and irc_channel "
"(see /help buflist for more information); for example "
"(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)\""),