mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
buflist: add example to sort on hotlist activity in /help buflist.look.sort
This commit is contained in:
@@ -605,8 +605,9 @@ buflist_config_init ()
|
||||
"IRC channel (\"irc_channel.var\"); "
|
||||
"char \"-\" can be used before field to reverse order, "
|
||||
"char \"~\" can be used to do a case insensitive comparison; "
|
||||
"example: \"-~short_name\" for case insensitive and reverse "
|
||||
"sort on buffer short name "
|
||||
"examples: \"-~short_name\" for case insensitive and reverse "
|
||||
"sort on buffer short name, \"-hotlist.priority,number,-active\" "
|
||||
"for sort on hotlist activity then buffer number "
|
||||
"(note: the content is evaluated, before being split into "
|
||||
"fields, but at that time \"bar_item\" is the only variable "
|
||||
"that can be used, to distinguish between different buflist "
|
||||
|
||||
Reference in New Issue
Block a user