We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With weechat.completion.partial_completion_other set to on the case of the nick you're completing can sometimes be wrong (all lowercase)
weechat.completion.partial_completion_other
on
To reproduce
Now if you add a | to the end of {andrew} and tab-complete you'll get {Andrew}|Mobile with the correct casing.
The text was updated successfully, but these errors were encountered:
I don't have weechat.completion.partial_completion_other as on, but I had similar issue which might or might not be related.
I had query buffer with nickname where the nick is spelled as NickName and tab for some reason decided to autocomplete it wih all small letters.
nickname
NickName
Sorry, something went wrong.
This seems to be the same bug as: https://savannah.nongnu.org/bugs/?32213
Fixed by #1872, commit f0415c8.
core: add issue #398 in ChangeLog
471ef21
flashcode
No branches or pull requests
With
weechat.completion.partial_completion_other
set toon
the 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.
The text was updated successfully, but these errors were encountered: