venantius / vim-cljfmt

A Vim plugin for cljfmt, the Clojure formatting tool.
152 stars 22 forks source link

Get rid of fireplace warning if the REPL goes away #23

Closed venantius closed 8 years ago

venantius commented 9 years ago

Right now we have an uncaught exception if the REPL goes away somehow, which is loud and annoying. I thought I had fixed this but I guess something I did more recently must have brought it back.