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

Error during Require #269

Closed dragosboca closed 5 years ago

dragosboca commented 8 years ago

If I try to use :Require to reload the current file, the following error is shown

(require 'dispatcher.routes :reload-all)
Error detected while processing function 131_Require[13]..fireplace#client[2]..fireplace#platform[9]..fireplace#register_port_file[9]..fireplace#nrepl_connection#open[13]..fireplace#nrepl#for:
line 14:
E15: Invalid expression: \" nil]
E15: Invalid expression: \" nil]
Press ENTER or type command to continue

tpope commented 5 years ago

I can't find the issue, but I fixed another " nil] error, so I believe this is taken care of.