summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-13 21:17:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-13 21:17:54 +0200
commitfbbb72c44d5db278c18e58cfc65e6fbebe54a06d (patch)
treeb7b97c8bcfe96b38649c2966d6a1476b12e3f20a /doc/it/autogen/user
parentcab29dd47fc73b6ce41dcc837a94aa5d6ad56940 (diff)
downloadweechat-fbbb72c44d5db278c18e58cfc65e6fbebe54a06d.zip
buflist: add variable ${merged} in /help buflist
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/buflist_commands.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/it/autogen/user/buflist_commands.adoc b/doc/it/autogen/user/buflist_commands.adoc
index ccd38f9b8..277fcc063 100644
--- a/doc/it/autogen/user/buflist_commands.adoc
+++ b/doc/it/autogen/user/buflist_commands.adoc
@@ -29,6 +29,7 @@ The following variables can be used in these options:
- extra variables added by buflist for convenience:
- ${format_buffer}: the evaluated value of option buflist.format.buffer; this can be used in option buflist.format.buffer_current to just change the background color for example
- ${current_buffer}: a boolean ("0" or "1"), "1" if this is the current buffer; it can be used in a condition: ${if:${current_buffer}?...:...}
+ - ${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}?...:...}
- ${format_number}: indented number with separator (evaluation of option buflist.format.number)
- ${number}: indented number, for example " 1" if there are between 10 and 99 buffers
- ${number_displayed}: "1" if the number is displayed, otherwise "0"