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

Implement smartcase matching. #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lenbok
Copy link

@Lenbok Lenbok commented Jul 9, 2020

If character is uppercase, use case-sensitive matching
Otherwise use case-insensitive matching

Fixes: #19

If character is uppercase, use case-sensitive matching
Otherwise use case-insensitive matching

Fixes: schasse#19
@schasse
Copy link
Owner

schasse commented Jul 27, 2020

Hey Lenbok,

Thanks for the PR and thanks for being patient with me not responding...

I didn't get to working on that, but I wanted to update you anyways. I have an implementation of this already lying around, but I was blocked cause of the failing master tests... I didn't see that the previous PRs broke the tests. And I'd like to get this fixed first.

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

Successfully merging this pull request may close these issues.

The character input only expects lower case letters
2 participants