diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-09 12:29:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-09 12:29:41 +0100 |
commit | af0397fb87dcaeb02c00067b1ecb9154fd4fed81 (patch) | |
tree | 32ac942f1cd3b42c273b3b43fb373edd5a8cf3c3 /doc/it | |
parent | 5bfd710e62f5febf3a9b20dbe052fd6e1b866a78 (diff) | |
download | weechat-af0397fb87dcaeb02c00067b1ecb9154fd4fed81.zip |
core: add option weechat.completion.command_inline (task #12491)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc index b12df35ae..fdaf40bf9 100644 --- a/doc/it/autogen/user/weechat_options.asciidoc +++ b/doc/it/autogen/user/weechat_options.asciidoc @@ -318,6 +318,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `on`) +* [[option_weechat.completion.command_inline]] *weechat.completion.command_inline* +** descrizione: `if enabled, the commands inside command line are completed (the command at beginning of line has higher priority and is used first); note: when this option is enabled, there is no more automatic completion of paths beginning with '/' (outside commands arguments)` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_weechat.completion.default_template]] *weechat.completion.default_template* ** descrizione: `modello di completamento predefinito (per favore, consulta la documentazione per codici e valori del template: Referenze API per Plugin, funzione "weechat_hook_command")` ** tipo: stringa |