Skip to content
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-reverse-i-search not working properly (or I missed something) #323

Closed
swhahn opened this issue Dec 16, 2015 · 1 comment
Closed

ivy-reverse-i-search not working properly (or I missed something) #323

swhahn opened this issue Dec 16, 2015 · 1 comment

Comments

@swhahn
Copy link

swhahn commented Dec 16, 2015

Hello,

when using C-r (ivy-reverse-i-search) from within counsel-find-file I get:

  • no change if choosing a directory
  • just the filename in current dir if choosing a different path with file.

Example:
C-x C-f (counsel-find-file) in dir ~/.emacs.d/ gets

Find file: ~/.emacs.d/

C-r gets a list of dirs/files: e.g. /usr/src/file.test

Selecting this with C-m, I get:

Find file: ~/.emacs.d/file.test

What I expected is to get:

Find file: /usr/src/file.test

Selecting a dir without file changes nothing. For this I would expected to
get a listing for the coosen dir.

I'm using commit 706349f (tag: 0.7.0).

With kind regards,
Stefan

@abo-abo
Copy link
Owner

abo-abo commented Dec 17, 2015

Thanks, now it should work again.

abo-abo added a commit that referenced this issue Feb 12, 2019
Old behavior was introduced in #323. That use case still works fine
now.

Fixes #1215
astoff pushed a commit to astoff/swiper that referenced this issue Jan 1, 2021
Old behavior was introduced in abo-abo#323. That use case still works fine
now.

Fixes abo-abo#1215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants