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

:Connect fails with no arguments #120

Closed smackesey closed 10 years ago

smackesey commented 10 years ago

The help file says:

:Connect Interactively prompt for the options to connect to a REPL server.

But every time I've run :Connect with no args, I get:

E471: Argument required

smackesey commented 10 years ago

Hmm, I think this commit may have broken something. This no longer works:

:Connect nrepl://localhost:myport

It now gives these errors:

screen shot 2014-01-06 at 12 33 03 pm

tpope commented 10 years ago

Grr, got it.