summaryrefslogtreecommitdiff
path: root/doc/ja/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/ja/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/ja/autogen/user')
-rw-r--r--doc/ja/autogen/user/buflist_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc
index b0b686e1b..d245e60e3 100644
--- a/doc/ja/autogen/user/buflist_options.adoc
+++ b/doc/ja/autogen/user/buflist_options.adoc
@@ -129,7 +129,7 @@
** デフォルト値: `+""+`
* [[option_buflist.look.sort]] *buflist.look.sort*
-** 説明: pass:none[バッファをソートする際に考慮するフィールドのコンマ区切りリスト; 各フィールドはバッファの hdata 変数 ("var")、IRC サーバの hdata 変数 ("irc_server.var")、IRC チャンネルの hdata 変数 ("irc_channel.var") のどれかです; フィールドの先頭に "-" 文字を付けることでソート順を逆にすることも可能です]
+** 説明: 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]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+"number,-active"+`