diff options
Diffstat (limited to 'src/plugins/buflist/buflist-command.c')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index 203d567fc..2af902442 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -112,6 +112,10 @@ buflist_command_init () " - ${format_number}: indented number with separator " "(evaluation of option buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there " + "are between 10 and 99 buffers; for merged buffers, this variable " + "is set with number for the first buffer and spaces for the next " + "buffers with same number\n" + " - ${number2}: indented number, for example \" 1\" if there " "are between 10 and 99 buffers\n" " - ${number_displayed}: \"1\" if the number is displayed, " "otherwise \"0\"\n" |