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
From emacs -q, I loaded ivy.el, swiper.el, counsel.el and colir.el from git (commit 83f7ae6).
emacs -q
I then configured ivy to use ivy--regex-ignore-order with:
ivy--regex-ignore-order
(setq ivy-re-builders-alist '((t . ivy--regex-ignore-order)))
My second search term is ignored with swiper-all.
swiper-all
As pictured, swiper has narrowed to defun, but the counsel has been ignored.
defun
counsel
The text was updated successfully, but these errors were encountered:
5a4ede4
Thanks, please test. If you have time, patches for making swiper--add-overlays work with ivy--regex-ignore-order are welcome.
swiper--add-overlays
Sorry, something went wrong.
Works well, thank you :)
No branches or pull requests
From
emacs -q
, I loaded ivy.el, swiper.el, counsel.el and colir.el from git (commit 83f7ae6).I then configured ivy to use
ivy--regex-ignore-order
with:My second search term is ignored with
swiper-all
.As pictured, swiper has narrowed to
defun
, but thecounsel
has been ignored.The text was updated successfully, but these errors were encountered: