diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-09 11:40:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-09 11:40:14 +0100 |
commit | 40749afcedb9512b2c76eda74f134ec8598b6ebd (patch) | |
tree | b1db55af42d5889caa60bd371cb5057d89af50ea /doc/ja/autogen | |
parent | a7522d8e8979b7331f45359ef198ddc545dddffe (diff) | |
download | weechat-40749afcedb9512b2c76eda74f134ec8598b6ebd.zip |
core: add option weechat.completion.partial_completion_templates
This option is used to force partial completion on specific templates
(for now only "config_options").
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.adoc | 1 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_options.adoc | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/hdata.adoc b/doc/ja/autogen/plugin_api/hdata.adoc index 0ca6d58be..5730a473e 100644 --- a/doc/ja/autogen/plugin_api/hdata.adoc +++ b/doc/ja/autogen/plugin_api/hdata.adoc @@ -623,6 +623,7 @@ _args_ (string) + _direction_ (integer) + _add_space_ (integer) + _force_partial_completion_ (integer) + +_reverse_partial_completion_ (integer) + _list_ (pointer) + _word_found_ (string) + _word_found_is_nick_ (integer) + diff --git a/doc/ja/autogen/user/weechat_options.adoc b/doc/ja/autogen/user/weechat_options.adoc index 3a3a4b407..938ecdfa9 100644 --- a/doc/ja/autogen/user/weechat_options.adoc +++ b/doc/ja/autogen/user/weechat_options.adoc @@ -464,6 +464,12 @@ ** 値: on, off ** デフォルト値: `+off+` +* [[option_weechat.completion.partial_completion_templates]] *weechat.completion.partial_completion_templates* +** 説明: pass:none[comma-separated list of templates for which partial completion is enabled by default (with Tab key instead of shift-Tab)] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"config_options"+` + * [[option_weechat.history.display_default]] *weechat.history.display_default* ** 説明: pass:none[履歴をリストアップする際にデフォルトで表示するコマンドの最大数 (0 = 制限無し)] ** タイプ: 整数 |