diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-21 21:15:45 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-21 21:15:45 +0200 |
commit | 731c2d66bc6781e7c01bff69060e9ef10aeb6f17 (patch) | |
tree | 8172c7445ba109003f81e3130d78b3fbf5b2ccef /src/plugins/buflist | |
parent | 2c82a1a35f07cb95d194970ae2ac747e7a87d03b (diff) | |
download | weechat-731c2d66bc6781e7c01bff69060e9ef10aeb6f17.zip |
buflist: add example to sort on hotlist activity in /help buflist.look.sort
Diffstat (limited to 'src/plugins/buflist')
-rw-r--r-- | src/plugins/buflist/buflist-config.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index 7a2f94a0d..5c2b12a6d 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -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 " |