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

swiper-all ignores case unconditionally #880

Closed
Wilfred opened this issue Feb 9, 2017 · 1 comment
Closed

swiper-all ignores case unconditionally #880

Wilfred opened this issue Feb 9, 2017 · 1 comment

Comments

@Wilfred
Copy link
Contributor

Wilfred commented Feb 9, 2017

Given a file that contains the following:

foobarqux = 1
foobarQux = 2

M-x swiper uses smart case, so rqux matches both lines, but rQux only matches the second line.

However, M-x swiper-all is always case insensitive (note I have case-fold-search set to t). As a result, rQux matches both lines in this file.

Ideally swiper-all would use the same smart-case logic.

@abo-abo
Copy link
Owner

abo-abo commented Feb 17, 2017

Thanks, fixed.

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