1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +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
@@ -246,7 +246,7 @@
* *weechat.completion.nick_ignore_chars*
** Beschreibung: `Zeichen, die bei der Vervollständigung von Nicks ignoriert werden`
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette (Standardwert: `"[]-^"`)
** Werte: beliebige Zeichenkette (Standardwert: `"[]`_-^"`)
* *weechat.completion.partial_completion_alert*
** Beschreibung: `Informiert User wenn eine teilweise Vervollständigung auftritt`
+1 -1
View File
@@ -246,7 +246,7 @@
* *weechat.completion.nick_ignore_chars*
** description: `chars ignored for nick completion`
** type: string
** values: any string (default value: `"[]-^"`)
** values: any string (default value: `"[]`_-^"`)
* *weechat.completion.partial_completion_alert*
** description: `alert user when a partial completion occurs`
+1 -1
View File
@@ -246,7 +246,7 @@
* *weechat.completion.nick_ignore_chars*
** description: `caractères à ignorer pour la complétion des pseudos`
** type: chaîne
** valeurs: toute chaîne (valeur par défaut: `"[]-^"`)
** valeurs: toute chaîne (valeur par défaut: `"[]`_-^"`)
* *weechat.completion.partial_completion_alert*
** description: `alterte l'utilisateur lorsqu'une complétion partielle survient`
+1 -1
View File
@@ -246,7 +246,7 @@
* *weechat.completion.nick_ignore_chars*
** descrizione: `caratteri ignorati per il completamento dei nick`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"[]-^"`)
** valori: qualsiasi stringa (valore predefinito: `"[]`_-^"`)
* *weechat.completion.partial_completion_alert*
** descrizione: `avvisa l'utente quando si verifica un completamento parziale`
+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",