diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-07 14:31:17 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-07 14:31:17 +0100 |
commit | 384925eb7e605f3ff72e2aad89e0a11d174f205b (patch) | |
tree | 5932cf132bda77f6de5cbe69d9de01e3f5b41b34 /src/core/wee-config.c | |
parent | fd0f5f5767fba191dd087ab392643c12f79026c4 (diff) | |
download | weechat-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.c | 2 |
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", |