tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.74k stars 139 forks source link

Use `silent` to avoid "no matching autocommands" error message #348

Closed dhleong closed 5 years ago

tpope commented 5 years ago

In lieu of silent, wrap the line in a if exists('#User#FireplaceActivate') conditional to allow deliberate output.

dhleong commented 5 years ago

👍