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/en/autogen/user/weechat_options.asciidoc | |
parent | 5bfd710e62f5febf3a9b20dbe052fd6e1b866a78 (diff) | |
download | weechat-af0397fb87dcaeb02c00067b1ecb9154fd4fed81.zip |
core: add option weechat.completion.command_inline (task #12491)
Diffstat (limited to 'doc/en/autogen/user/weechat_options.asciidoc')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 62c9b2aac..ff994a72d 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -318,6 +318,11 @@ ** type: boolean ** values: on, off (default value: `on`) +* [[option_weechat.completion.command_inline]] *weechat.completion.command_inline* +** description: `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)` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.completion.default_template]] *weechat.completion.default_template* ** description: `default completion template (please see documentation for template codes and values: plugin API reference, function "weechat_hook_command")` ** type: string |