-
-
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's equivalent to dired-isearch-filenames dwim #1415
Comments
Thanks, please test. |
I think this change broke swiper for me. I hadn't set dired-isearch-filenames and got this error: swiper--candidates: Symbol’s value as variable is void: dired-isearch-filenames [3 times] After setting it, swiper worked again. |
@abo-abo @robklg Yes, see ac856a0#r27056380. |
abo-abo
added a commit
that referenced
this issue
Jan 24, 2018
Thanks, please check. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dired has a nice feature: only search for file names (ignore file attributes) by setting
(setq dired-isearch-filenames 'dwim)
.Does
swiper
has that? Thanks.The text was updated successfully, but these errors were encountered: