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/de/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/de/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/de/autogen/user/buflist_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/buflist_options.adoc b/doc/de/autogen/user/buflist_options.adoc index ec7d4d0a3..f9efb533b 100644 --- a/doc/de/autogen/user/buflist_options.adoc +++ b/doc/de/autogen/user/buflist_options.adoc @@ -123,7 +123,7 @@ ** Standardwert: `+""+` * [[option_buflist.look.sort]] *buflist.look.sort* -** Beschreibung: pass:none[durch Kommata getrennte Liste von Feldern um die Buffer zu sortieren; jedes Feld ist eine hdata Variable von Buffer; wird das "-" Zeichen vor einem Feld angewendet, wird die Ausgabe umgekehrt] +** Beschreibung: 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] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette ** Standardwert: `+"number,-active"+` |