bevacqua/horsey

Character highlight broken by case-mismatches

dela3499 opened this issue · 1 comments

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 commented

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