summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/buflist_commands.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-31 22:37:00 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-05-31 22:37:00 +0200
commitcdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c (patch)
tree66c2727ea94672fbcddbc46997eb83455ba36a66 /doc/en/autogen/user/buflist_commands.adoc
parentd0b47b5c47f8af1357735a18e518dd506515d4f6 (diff)
downloadweechat-cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c.zip
buflist: add missing ${number_displayed} in /help buflist
Diffstat (limited to 'doc/en/autogen/user/buflist_commands.adoc')
-rw-r--r--doc/en/autogen/user/buflist_commands.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc
index cd3519d00..ec67b6524 100644
--- a/doc/en/autogen/user/buflist_commands.adoc
+++ b/doc/en/autogen/user/buflist_commands.adoc
@@ -31,6 +31,7 @@ The following variables can be used in these options:
- ${current_buffer}: a boolean ("0" or "1"), "1" if this is the current buffer; it can be used in a condition: ${if:${current_buffer}?...:...}
- ${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" is the number is displayed, otherwise "0"
- ${indent}: indentation for name (channel and private buffers are indented) (evaluation of option buflist.format.indent)
- ${format_nick_prefix}: colored nick prefix for a channel (evaluation of option buflist.format.nick_prefix)
- ${color_nick_prefix}: color of nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled)