swiper-all navigation breaks after invalid regexp #765
Comments
Thanks for the report, I can reproduce it. I never use Here's what a volunteer can do:
|
Wilfred
added a commit
to Wilfred/swiper
that referenced
this issue
Nov 11, 2016
The input from the user may not be a valid regexp. Even when a user types a valid regexp, there may be points where the intermediate value is not a valid regexp. Fall back to a literal string match if the input is not a valid regexp. Fixes abo-abo#765.
Thanks, that's really helpful. I've created a PR along the lines you described. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given a buffer with the following contents:
And the following ivy settings:
M-x swiper-all RET foo=\[
breaks ivy. I cannot move between results in the minibuffer (e.g. by pressing C-n and C-p).I get the following error in
*Messages*
:The problem seems to occur when I've typed
foo=\
but haven't yet typed the[
.The text was updated successfully, but these errors were encountered: