1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

core: add link to API doc in /help weechat.completion.partial_completion_templates

This commit is contained in:
Sébastien Helleu
2017-12-10 08:31:11 +01:00
parent 40749afced
commit 6cc7b64af7
20 changed files with 51 additions and 35 deletions
+3 -1
View File
@@ -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,