diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-29 23:36:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-29 23:36:55 +0100 |
commit | fa3ada831d3e8ae55b904574ec769408f06a11e8 (patch) | |
tree | ed6dea412082e3229707726d9f79b04fa185aad3 /doc/en/autogen/plugin_api | |
parent | d0af6b8dcea49c8641e8257377d871e11f092621 (diff) | |
download | weechat-fa3ada831d3e8ae55b904574ec769408f06a11e8.zip |
core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/plugin_api/completions.adoc b/doc/en/autogen/plugin_api/completions.adoc index f867773d5..418382849 100644 --- a/doc/en/autogen/plugin_api/completions.adoc +++ b/doc/en/autogen/plugin_api/completions.adoc @@ -120,7 +120,7 @@ | weechat | colors | color names -| weechat | commands | commands (weechat and plugins) +| weechat | commands | commands (weechat and plugins); optional argument: prefix to add before the commands | weechat | config_files | configuration files @@ -154,7 +154,7 @@ | weechat | palette_colors | palette colors -| weechat | plugins_commands | commands defined by plugins +| weechat | plugins_commands | commands defined by plugins; optional argument: prefix to add before the commands | weechat | plugins_installed | names of plugins installed @@ -166,7 +166,7 @@ | weechat | secured_data | names of secured data (file sec.conf, section data) -| weechat | weechat_commands | weechat commands +| weechat | weechat_commands | weechat commands; optional argument: prefix to add before the commands | weechat | windows_numbers | numbers of windows |