1
0
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:
Sébastien Helleu
2023-04-21 21:15:45 +02:00
parent 2c82a1a35f
commit 731c2d66bc
15 changed files with 157 additions and 92 deletions
+3 -2
View File
@@ -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 "