diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-13 21:17:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-13 21:17:54 +0200 |
commit | fbbb72c44d5db278c18e58cfc65e6fbebe54a06d (patch) | |
tree | b7b97c8bcfe96b38649c2966d6a1476b12e3f20a /src/plugins/buflist/buflist-command.c | |
parent | cab29dd47fc73b6ce41dcc837a94aa5d6ad56940 (diff) | |
download | weechat-fbbb72c44d5db278c18e58cfc65e6fbebe54a06d.zip |
buflist: add variable ${merged} in /help buflist
Diffstat (limited to 'src/plugins/buflist/buflist-command.c')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index adf4a1ba2..9ee8a59e3 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -102,6 +102,9 @@ buflist_command_init () " - ${current_buffer}: a boolean (\"0\" or \"1\"), \"1\" if " "this is the current buffer; it can be used in a condition: " "${if:${current_buffer}?...:...}\n" + " - ${merged}: a boolean (\"0\" or \"1\"), \"1\" if the " + "buffer is merged with at least another buffer; it can be used " + "in a condition: ${if:${merged}?...:...}\n" " - ${format_number}: indented number with separator " "(evaluation of option buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there " |