diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 22:37:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 22:37:00 +0200 |
commit | cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c (patch) | |
tree | 66c2727ea94672fbcddbc46997eb83455ba36a66 /src | |
parent | d0b47b5c47f8af1357735a18e518dd506515d4f6 (diff) | |
download | weechat-cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c.zip |
buflist: add missing ${number_displayed} in /help buflist
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index 4a599499e..810a5d449 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -106,6 +106,8 @@ buflist_command_init () "(evaluation of option buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there " "are between 10 and 99 buffers\n" + " - ${number_displayed}: \"1\" is the number is displayed, " + "otherwise \"0\"\n" " - ${indent}: indentation for name (channel and private " "buffers are indented) (evaluation of " "option buflist.format.indent)\n" |