We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
M-x swiper
rqux
rQux
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.
M-x swiper-all
case-fold-search
t
Ideally swiper-all would use the same smart-case logic.
swiper-all
The text was updated successfully, but these errors were encountered:
b1c6cc8
Thanks, fixed.
Sorry, something went wrong.
No branches or pull requests
Given a file that contains the following:
M-x swiper
uses smart case, sorqux
matches both lines, butrQux
only matches the second line.However,
M-x swiper-all
is always case insensitive (note I havecase-fold-search
set tot
). As a result,rQux
matches both lines in this file.Ideally
swiper-all
would use the same smart-case logic.The text was updated successfully, but these errors were encountered: