You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
One possible idea which strikes me is the following:
let tmpfile = tempname() " this will echo progress as it arrives exe '!' . "bin/rspec --no-color -r spec/support/vim_formatter.rb -f RSpec::Core::Formatters::VimFormatter " . dir . " | tee " . tmpfile " once command is complete we show the quickfix list cexpr readfile(tmpfile) cw
Add a comment
Comments are now closed for this issue.