From 384925eb7e605f3ff72e2aad89e0a11d174f205b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 7 Mar 2011 14:31:17 +0100 Subject: Add chars "`" and "_" in default value of option weechat.completion.nick_ignore_chars --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/wee-config.c') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index a398443a0..3cc9f3731 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2114,7 +2114,7 @@ config_weechat_init_options () weechat_config_file, ptr_section, "nick_ignore_chars", "string", N_("chars ignored for nick completion"), - NULL, 0, 0, "[]-^", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); + NULL, 0, 0, "[]`_-^", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_completion_partial_completion_alert = config_file_new_option ( weechat_config_file, ptr_section, "partial_completion_alert", "boolean", -- cgit v1.2.3