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 /doc/en | |
parent | fd0f5f5767fba191dd087ab392643c12f79026c4 (diff) | |
download | weechat-384925eb7e605f3ff72e2aad89e0a11d174f205b.zip |
Add chars "`" and "_" in default value of option weechat.completion.nick_ignore_chars
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index a6ff61218..59cb5cd03 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -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` |