tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

`gf` gets confused with trailing `*` #400

Closed frenchy64 closed 2 years ago

frenchy64 commented 2 years ago

I have my cursor over an aliased var reference 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.

frenchy64 commented 2 years ago

Thanks! Confirmed fixed.