1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

buflist: update example in /help buflist.look.sort

This commit is contained in:
Sébastien Helleu
2023-04-22 08:06:33 +02:00
parent 731c2d66bc
commit 3a9ac529d5
15 changed files with 108 additions and 92 deletions
+4 -2
View File
@@ -606,8 +606,10 @@ buflist_config_init ()
"char \"-\" can be used before field to reverse order, "
"char \"~\" can be used to do a case insensitive comparison; "
"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 "
"sort on buffer short name, "
"\"-hotlist.priority,hotlist.creation_time.tv_sec,number,-active\" "
"for sort like the hotlist then by buffer number for buffers "
"without activity "
"(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 "