diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-30 21:23:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-30 21:23:09 +0200 |
commit | d0b47b5c47f8af1357735a18e518dd506515d4f6 (patch) | |
tree | 7db1175e4613176238beb873dfc62f558deccc19 /doc/it/autogen/user/buflist_options.adoc | |
parent | e6a6cc971e11c276957aae7f7a861f17183a4586 (diff) | |
download | weechat-d0b47b5c47f8af1357735a18e518dd506515d4f6.zip |
buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
Diffstat (limited to 'doc/it/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/it/autogen/user/buflist_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/buflist_options.adoc b/doc/it/autogen/user/buflist_options.adoc index d4b9ebf7b..c6a4351d7 100644 --- a/doc/it/autogen/user/buflist_options.adoc +++ b/doc/it/autogen/user/buflist_options.adoc @@ -129,7 +129,7 @@ ** valore predefinito: `+""+` * [[option_buflist.look.sort]] *buflist.look.sort* -** descrizione: 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] +** descrizione: 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, char "~" can be used to do a case insensitive comparison; example: "-~short_name" for case insensitive and reverse sort on buffer short name] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+"number,-active"+` |