Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use !isuppercase instead of lowercase in completion logic
we're not really interested in whether all chars are lowercase (which is only true for letters); instead we want to determine whether the user manually upper-cased any chars and treat that as a signal that they care about the casing.
- Loading branch information