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

Remove `:repl-env` for latest piggieback compatibility. #201

Closed kul closed 9 years ago

kul commented 9 years ago

https://github.com/cemerick/piggieback/commit/47362bb935558db49dc906e24c5d7ba9160e4d72#diff-f31bb735cb21ecf0a8ba8ec3949a7c6aL164

Piggieback changed the cljs-repl function in recent version to take repl-env param as first param instead of a kwarg.