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/de/autogen/plugin_api/completions.adoc | |
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/de/autogen/plugin_api/completions.adoc')
-rw-r--r-- | doc/de/autogen/plugin_api/completions.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/de/autogen/plugin_api/completions.adoc b/doc/de/autogen/plugin_api/completions.adoc index d077437d4..31952d19e 100644 --- a/doc/de/autogen/plugin_api/completions.adoc +++ b/doc/de/autogen/plugin_api/completions.adoc @@ -120,7 +120,7 @@ | weechat | colors | Farbnamen -| weechat | commands | Befehle (WeeChat und Erweiterungen) +| weechat | commands | commands (weechat and plugins); optional argument: prefix to add before the commands | weechat | config_files | Konfigurationsdateien @@ -154,7 +154,7 @@ | weechat | palette_colors | Farbpalette -| weechat | plugins_commands | Befehle, definiert durch Erweiterungen +| weechat | plugins_commands | commands defined by plugins; optional argument: prefix to add before the commands | weechat | plugins_installed | Namen der installierten Erweiterungen @@ -166,7 +166,7 @@ | weechat | secured_data | Namen der geschützten Daten (Datei sec.conf, section data) -| weechat | weechat_commands | WeeChat Befehle +| weechat | weechat_commands | weechat commands; optional argument: prefix to add before the commands | weechat | windows_numbers | Nummern der Fenster |