You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point project-current started to return longer lists such as (vc Git "/tmp/myrepo"), so counsel--project-current should not simply call cdr but project-root to get the directory out of this.
The text was updated successfully, but these errors were encountered:
At some point project-current started to return longer lists such as (vc Git "/tmp/myrepo"), so counsel--project-current should not simply call cdr
Thanks for reporting this! A fix was already proposed in PR #3003, but...
but project-root to get the directory out of this.
...I hope to have addressed the issue in a more general way now, which does not assume project-root (before it, there was only project-roots, and before that, there was no project.el!).
At some point
project-current
started to return longer lists such as(vc Git "/tmp/myrepo")
, socounsel--project-current
should not simply callcdr
butproject-root
to get the directory out of this.The text was updated successfully, but these errors were encountered: