1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

core: fix help of option weechat.completion.nick_completer

This commit is contained in:
Sebastien Helleu
2012-04-11 22:25:42 +02:00
parent 04b228715b
commit 7fe2550b40
16 changed files with 107 additions and 37 deletions
+2 -1
View File
@@ -2614,7 +2614,8 @@ config_weechat_init_options ()
config_completion_nick_completer = config_file_new_option (
weechat_config_file, ptr_section,
"nick_completer", "string",
N_("string inserted after nick completion"),
N_("string inserted after nick completion (when nick is first word on "
"command line)"),
NULL, 0, 0, ":", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_completion_nick_first_only = config_file_new_option (
weechat_config_file, ptr_section,