summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-30 21:23:09 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-05-30 21:23:09 +0200
commitd0b47b5c47f8af1357735a18e518dd506515d4f6 (patch)
tree7db1175e4613176238beb873dfc62f558deccc19 /doc/en/autogen/user
parente6a6cc971e11c276957aae7f7a861f17183a4586 (diff)
downloadweechat-d0b47b5c47f8af1357735a18e518dd506515d4f6.zip
buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/buflist_options.adoc2
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 d62499951..d5591b479 100644
--- a/doc/en/autogen/user/buflist_options.adoc
+++ b/doc/en/autogen/user/buflist_options.adoc
@@ -129,7 +129,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 ("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]
+** 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, char "~" can be used to do a case insensitive comparison; example: "-~short_name" for case insensitive and reverse sort on buffer short name]
** type: string
** values: any string
** default value: `+"number,-active"+`