tpope / vim-salve

salve.vim: static support for Leiningen and Boot
196 stars 14 forks source link

Evaluate query in 'user' namespace #9

Closed frenchy64 closed 9 years ago

frenchy64 commented 9 years ago

This makes evaluations robust to changes in the current namespace. eg. If System is mapped to something other than java.lang.System.

I made this change after hooking Typed Clojure into the REPL which triggers based on the current namespace. I don't want these interactions to be type checked, so 'user' seemed like a good namespace to use.

tpope commented 9 years ago

Thanks!