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

Filtering :Stacktrace #362

Closed tpope closed 3 years ago

tpope commented 5 years ago

Switching from passive location list stacktrace retrieval to an active :Stacktrace command means we now have an opportunity to pass parameters, like :Stacktrace +dups -java. The first step is to switch back to the nREPL stacktrace op from the custom eval we're currently using.

SevereOverfl0w commented 4 years ago

In replant I delegate filter to vim-qf and append # into the end of lines.