We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
when using C-r (ivy-reverse-i-search) from within counsel-find-file I get:
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
The text was updated successfully, but these errors were encountered:
2c50031
Thanks, now it should work again.
Sorry, something went wrong.
ivy.el (ivy-reverse-i-search): Don't bind ivy-recursive-restore to nil
48c7087
Old behavior was introduced in #323. That use case still works fine now. Fixes #1215
645e42a
Old behavior was introduced in abo-abo#323. That use case still works fine now. Fixes abo-abo#1215
No branches or pull requests
Hello,
when using C-r (ivy-reverse-i-search) from within counsel-find-file I get:
Example:
C-x C-f (counsel-find-file) in dir ~/.emacs.d/ gets
C-r gets a list of dirs/files: e.g. /usr/src/file.test
Selecting this with C-m, I get:
What I expected is to get:
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
The text was updated successfully, but these errors were encountered: