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

^::foo/ does not trigger cljr-slash #437

Open
vemv opened this issue Apr 10, 2019 · 1 comment
Open

^::foo/ does not trigger cljr-slash #437

vemv opened this issue Apr 10, 2019 · 1 comment
Labels

Comments

@vemv
Copy link
Member

vemv commented Apr 10, 2019

I'd expect typing ^::str/ to insert a clojure.string require, but currently it doesn't.

Probably in:

(string-remove-prefix "::"))))

One should add something like:

                              (1- (point)))
+                 (string-remove-prefix "^::")
                  (string-remove-prefix "::"))))

Cheers - V

@expez expez added the bug label Apr 10, 2019
@vemv
Copy link
Member Author

vemv commented Aug 9, 2019

Since April I have used the patch without issue, can confirm.

Can PR this, although it seems so small that the overhead of a review cycle could be costlier than you doing it directly.

vemv added a commit to zenmacs/clj-refactor.el that referenced this issue Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants