With weechat.completion.partial_completion_other set to on the case of the nick you're completing can sometimes be wrong (all lowercase)
To reproduce
- Have two nicks on a channel, I used {Andrew} and {Andrew}|Mobile because they were available on a channel I'm in
- Set weechat.completion.partial_completion_other on
- Type {A and tab-complete
- You will get {andrew} instead of {Andrew}
Now if you add a | to the end of {andrew} and tab-complete you'll get {Andrew}|Mobile with the correct casing.
With
weechat.completion.partial_completion_otherset toonthe case of the nick you're completing can sometimes be wrong (all lowercase)To reproduce
Now if you add a | to the end of {andrew} and tab-complete you'll get {Andrew}|Mobile with the correct casing.