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

Add chars "`" and "_" in default value of option weechat.completion.nick_ignore_chars

This commit is contained in:
Sebastien Helleu
2011-03-07 14:31:17 +01:00
parent fd0f5f5767
commit 384925eb7e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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",