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
instead of jumping to foo, it would go to foo*, I guess there's gotta be some kind of logic that makes difference between foo, foo*, foo?, foo!, foo-bar, foo/foo, etc.
The text was updated successfully, but these errors were encountered:
Thanks for the report! I think this is similar to the ? issue which was related to the referral word boundary. Also I need to add deftask to the clojure but this should be easy for me to change.
Sorry for annoying you again, but it seems
dumb-jump-go
still doesn't recognize clojure forms correctly.For example, if there is a function called
foo*
and then a macrofoo
, and macro consumes the fn, e.g.:instead of jumping to
foo
, it would go tofoo*
, I guess there's gotta be some kind of logic that makes difference betweenfoo
,foo*
,foo?
,foo!
,foo-bar
,foo/foo
, etc.The text was updated successfully, but these errors were encountered: