-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
counsel-find-file
can't open file which filename contains $
#2012
Comments
abo-abo
added a commit
that referenced
this issue
Apr 10, 2019
Thanks, please test. |
Thanks for your work |
astoff
pushed a commit
to astoff/swiper
that referenced
this issue
Jan 1, 2021
If a file "foobar$" is present in the directory, (all-completions "" #'read-file-name-internal) returns "foobar$$". It's not clear why this is. Fixes abo-abo#2012
astoff
pushed a commit
to astoff/swiper
that referenced
this issue
Jan 1, 2021
See also #3060. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduce recipe
echo "I am here." > "$" && make plain
find
$$
instead of$
ivy ver. 5458f93
Emacs 26.1
The text was updated successfully, but these errors were encountered: