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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user