-
-
Notifications
You must be signed in to change notification settings - Fork 338
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-isearch doesn't work with ivy-restrict-to-matches #2168
Comments
Two ways of going about it:
The second way is sub-optimal, since it's not generic: it wouldn't work for other dynamic collections and Although I have to admit that I haven't used |
I went with the first idea. Now But still doesn't work for (ivy--filter ivy-text ivy--all-candidates) Usually, But for The first is preferable, maybe we can leverage that to gain better performance. Right now, for each new input, we search through the whole buffer once more. But with
|
When I run "ivy-restrict-to-matches" it seems to completely reset the search rather than limit to current matches.
The text was updated successfully, but these errors were encountered: