diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-06 10:18:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-06 10:18:44 +0200 |
commit | df00926d35fcbc7bfaf846f7f86b31c3023e309f (patch) | |
tree | 31a74d5e5621ec2da7ba7baf02c9601882b384d8 /doc/en/autogen/user | |
parent | 90a9a1fb9685a5f1d7bb7f7043e6a368adc4cd70 (diff) | |
download | weechat-df00926d35fcbc7bfaf846f7f86b31c3023e309f.zip |
core: add option weechat.completion.nick_case_sensitive (closes #981)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.adoc b/doc/en/autogen/user/weechat_options.adoc index d1d5f3236..2a5376f45 100644 --- a/doc/en/autogen/user/weechat_options.adoc +++ b/doc/en/autogen/user/weechat_options.adoc @@ -410,6 +410,12 @@ ** values: on, off ** default value: `+on+` +* [[option_weechat.completion.nick_case_sensitive]] *weechat.completion.nick_case_sensitive* +** description: pass:none[case sensitive completion for nicks] +** type: boolean +** values: on, off +** default value: `+off+` + * [[option_weechat.completion.nick_completer]] *weechat.completion.nick_completer* ** description: pass:none[string inserted after nick completion (when nick is first word on command line)] ** type: string |