1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

buflist: add variable ${merged} in /help buflist

This commit is contained in:
Sébastien Helleu
2017-06-13 21:17:54 +02:00
parent cab29dd47f
commit fbbb72c44d
20 changed files with 119 additions and 66 deletions
+3
View File
@@ -102,6 +102,9 @@ buflist_command_init ()
" - ${current_buffer}: a boolean (\"0\" or \"1\"), \"1\" if "
"this is the current buffer; it can be used in a condition: "
"${if:${current_buffer}?...:...}\n"
" - ${merged}: a boolean (\"0\" or \"1\"), \"1\" if the "
"buffer is merged with at least another buffer; it can be used "
"in a condition: ${if:${merged}?...:...}\n"
" - ${format_number}: indented number with separator "
"(evaluation of option buflist.format.number)\n"
" - ${number}: indented number, for example \" 1\" if there "