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/it/autogen/user/weechat_options.adoc | |
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/it/autogen/user/weechat_options.adoc')
-rw-r--r-- | doc/it/autogen/user/weechat_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.adoc b/doc/it/autogen/user/weechat_options.adoc index 49e30df29..7f4d03dba 100644 --- a/doc/it/autogen/user/weechat_options.adoc +++ b/doc/it/autogen/user/weechat_options.adoc @@ -464,6 +464,12 @@ ** valori: on, off ** valore predefinito: `+off+` +* [[option_weechat.completion.partial_completion_templates]] *weechat.completion.partial_completion_templates* +** descrizione: pass:none[comma-separated list of templates for which partial completion is enabled by default (with Tab key instead of shift-Tab)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+"config_options"+` + * [[option_weechat.history.display_default]] *weechat.history.display_default* ** descrizione: pass:none[numero massimo predefinito di comandi da visualizzare nella cronologia (0 = nessun limite)] ** tipo: intero |