1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

buflist: add missing ${number_displayed} in /help buflist

This commit is contained in:
Sébastien Helleu
2017-05-31 22:37:00 +02:00
parent d0b47b5c47
commit cdbf83c764
20 changed files with 99 additions and 62 deletions
+2
View File
@@ -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"