Closed frenchy64 closed 2 years ago
I have my cursor over an aliased var reference special-fn/check-special-fn*:
special-fn/check-special-fn*
<C-w>d
gf
special-fn/check-special-fn
(defn check-special-fn* [] ...) ;(1) (defn check-special-fn [] ...) ;(2)
Reporting in case this is a simple regex bug, as I remember gf is purely static analysis.
Thanks! Confirmed fixed.
I have my cursor over an aliased var reference
special-fn/check-special-fn*
:<C-w>d
correctly goes tospecial-fn/check-special-fn*
(1)gf
incorrectly goes tospecial-fn/check-special-fn
(2)Reporting in case this is a simple regex bug, as I remember
gf
is purely static analysis.