diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-29 20:00:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-29 20:00:36 +0200 |
commit | 0436fff31b5ef7814391dd1a666cccfaa0f2ff67 (patch) | |
tree | b35d434bf752b033a4c277a46af63db70902d77f /doc/ja/autogen/user/buflist_options.adoc | |
parent | 454a4b14b28a476cf274ed894275e63093a4a053 (diff) | |
download | weechat-0436fff31b5ef7814391dd1a666cccfaa0f2ff67.zip |
buflist: add option buflist.format.number
Diffstat (limited to 'doc/ja/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/buflist_options.adoc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc index 5edc1b6c8..09cb829df 100644 --- a/doc/ja/autogen/user/buflist_options.adoc +++ b/doc/ja/autogen/user/buflist_options.adoc @@ -6,13 +6,13 @@ ** 説明: pass:none[各バッファの表示書式 (注意: 値は評価されます、/help eval を参照してください)] ** タイプ: 文字列 ** 値: 未制約文字列 -** デフォルト値: `+"${color:green}${number}.${indent}${color_hotlist}${name}"+` +** デフォルト値: `+"${format_number}${indent}${color_hotlist}${name}"+` * [[option_buflist.format.buffer_current]] *buflist.format.buffer_current* ** 説明: pass:none[現在のバッファの表示書式 (注意: 値は評価されます、/help eval を参照してください)] ** タイプ: 文字列 ** 値: 未制約文字列 -** デフォルト値: `+"${color:lightgreen,blue}${number}.${indent}${color_hotlist}${name}"+` +** デフォルト値: `+"${color:lightgreen,blue}${format_buffer}"+` * [[option_buflist.format.hotlist]] *buflist.format.hotlist* ** 説明: pass:none[ホットリストの表示書式 (注意: 値は評価されます、/help eval を参照してください)] @@ -62,6 +62,12 @@ ** 値: 未制約文字列 ** デフォルト値: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` +* [[option_buflist.format.number]] *buflist.format.number* +** 説明: pass:none[format for buffer number, ${number} is the indented number (note: content is evaluated, see /help buflist)] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:green}${number}${if:${number_displayed}?.: }"+` + * [[option_buflist.look.display_conditions]] *buflist.look.display_conditions* ** 説明: pass:none[バッファの表示条件 (注意: 値は評価されます、/help eval を参照してください)] ** タイプ: 文字列 |