Replies: 1 comment
-
are you using evil mode? for me it behaves like that only while in evil mode, which of course I want to use so I'm using:
see #3318 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I just posted this on the Discord as well, I'm not sure what the right channel is.
cider-eval-list-at-point seems to behave oddly. Running it with the point at this position:
evaluates the (println ...) call instead of evaluating (* 6 2)
Am I missing something or is this a bug ? It seems like substracting 1 to the cadr of the bounds in cider-eval-list-at-point fixes this. I can submit a patch if this is indeed a bug.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions