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

Recent commit broke cpp #300

Closed SevereOverfl0w closed 7 years ago

SevereOverfl0w commented 7 years ago

https://github.com/tpope/vim-fireplace/commit/4d2d29a73fd4f0f54c06da44d3e2f9639435cda9 seems to have broken cpp for me. I think it inserts something from the clipboard.

I'm guessing that the cp mapping has generally broken with that commit.

tpope commented 7 years ago

Looks like I broke all maps, in a very noisy way, by failing to stage a very important line. Latest push should fix that. Can you check if things are now working for you?

SevereOverfl0w commented 7 years ago

Works again :tada: