diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-26 20:22:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-26 20:22:06 +0200 |
commit | a21a31e3ca2645987016d4bdff360876c6d20e7e (patch) | |
tree | 24a19dfc065a6508ee0a9cdb3f6bd511a299cbc7 /doc/en/autogen/user/buflist_options.adoc | |
parent | ef7851ab5c4d32aacf39e741d8176753921c0e00 (diff) | |
download | weechat-a21a31e3ca2645987016d4bdff360876c6d20e7e.zip |
buflist: add support of hdata "irc_server" and "irc_channel" in sort option (closes #968)
Diffstat (limited to 'doc/en/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/en/autogen/user/buflist_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index 019d946f0..5a85346e9 100644 --- a/doc/en/autogen/user/buflist_options.adoc +++ b/doc/en/autogen/user/buflist_options.adoc @@ -123,7 +123,7 @@ ** default value: `+""+` * [[option_buflist.look.sort]] *buflist.look.sort* -** description: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer; char "-" can be used before field to reverse order] +** description: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer ("var"), a hdata variable of IRC server ("irc_server.var") or a hdata variable of IRC channel ("irc_channel.var"); char "-" can be used before field to reverse order] ** type: string ** values: any string ** default value: `+"number,-active"+` |