summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-03-07 14:31:17 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-03-07 14:31:17 +0100
commit384925eb7e605f3ff72e2aad89e0a11d174f205b (patch)
tree5932cf132bda77f6de5cbe69d9de01e3f5b41b34 /src/core/wee-config.c
parentfd0f5f5767fba191dd087ab392643c12f79026c4 (diff)
downloadweechat-384925eb7e605f3ff72e2aad89e0a11d174f205b.zip
Add chars "`" and "_" in default value of option weechat.completion.nick_ignore_chars
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
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",