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

Doesn't read private functions #207

Closed jarofghosts closed 9 years ago

jarofghosts commented 9 years ago

This plugin is great, but none of the features (docs, source, or jump-to) seem to work on functions defined via defn-.

tpope commented 9 years ago

wfm. You're trying on functions within the same namespace?

jarofghosts commented 9 years ago

Here is a short demonstration:

vim-fireplace

Notice in the beginning I attempt to doc html and then view its source, and it is defined right above. I then demonstrate that those do work with builtins and other functions defined in the same namespace.

tpope commented 9 years ago

Try both with and without cider-nrepl.

jarofghosts commented 9 years ago

Ah, yep, cider-nrepl wasn't working. Didn't notice since everything else seemed to work so well. Works now, thanks!

tpope commented 9 years ago

Going to assume this was a cider-nrepl bug, unless someone says otherwise.