-
-
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
Ivy: Non-prefix matches break TAB #266
Comments
Can't reproduce. Everything seems to work fine. Can you give me a copy of the candidate list? Looking at |
@abo-abo try the following: (ivy-with '(ivy-read "test" '("aaaabbbbbaaaa" "aababa" "babab"))
"aba C-i C-m") |
Works fine for me: TAB extends the input to Although with |
(setq ivy-re-builders-alist '((t . ivy--regex-fuzzy)))
(package-initialize)
(ivy-mode +1)
(ivy-read "test" '("aaaabbbbbaaaa" "aababa" "babab"))
Should do it. |
OK, I can reproduce now. It's not reproducible on Emacs 25, which I normally use. |
Thanks. |
emacs24.5 -Q
(setq ivy-re-builders-alist '((t . ivy--regex-fuzzy)))
RETShould produce:
The text was updated successfully, but these errors were encountered: