diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-10 08:31:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-10 08:31:11 +0100 |
commit | 6cc7b64af76d64a521a9e054ea58fdae8987df1b (patch) | |
tree | aba41683c87108a319a6f3c8a2d6224c7661df1f /src/core | |
parent | 40749afcedb9512b2c76eda74f134ec8598b6ebd (diff) | |
download | weechat-6cc7b64af76d64a521a9e054ea58fdae8987df1b.zip |
core: add link to API doc in /help weechat.completion.partial_completion_templates
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-config.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 064671fe1..49872c54c 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -4230,7 +4230,9 @@ config_weechat_init_options () weechat_config_file, ptr_section, "partial_completion_templates", "string", N_("comma-separated list of templates for which partial completion is " - "enabled by default (with Tab key instead of shift-Tab)"), + "enabled by default (with Tab key instead of shift-Tab); " + "the list of templates is in documentation: plugin API reference, " + "function \"weechat_hook_command\""), NULL, 0, 0, "config_options", NULL, 0, NULL, NULL, NULL, &config_change_completion_partial_completion_templates, NULL, NULL, |