diff options
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/autogen/user/buflist_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/buflist_commands.adoc b/doc/pl/autogen/user/buflist_commands.adoc index fb82d8c42..de582424f 100644 --- a/doc/pl/autogen/user/buflist_commands.adoc +++ b/doc/pl/autogen/user/buflist_commands.adoc @@ -31,7 +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" + - ${number_displayed}: "1" if 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) |