Skip to content
New issue

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

Character highlight broken by case-mismatches #53

Open
dela3499 opened this issue Jan 18, 2017 · 1 comment
Open

Character highlight broken by case-mismatches #53

dela3499 opened this issue Jan 18, 2017 · 1 comment

Comments

@dela3499
Copy link
Contributor

The potential completions are case-insensitive, but a case mismatch between the input and the potential matches breaks things.

Example:
input: "he"
potential matches:
"hello" <- "he" is highlighted
"Heck!" <- nothing is highlighted, the initial case mismatch between the "h" and "H" breaks character highlighting.

@blq
Copy link

blq commented Apr 4, 2019

Same issue reported here: #63
A PR is pending #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants