-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
Description
I'm still struggling to understand how vim-test
and various strategies hang together, so forgive me I'm way off base. But... I'm using the AsyncRun
strategy, and it works, but the errorformat
used in the QuickFix window isn't correct. Specifically, if I use the Dispatch
strategy, or even :Dispatch rspec
directly, the QuickFix window is populated as I'd expect:
But when running with AsyncRun
the Quickfix window looks like this:
I know for some other strategies vim-test
calls dispatch#compiler_for_program
to set the compiler, which also impacts the errorformat
used. Is it possible to do something similar for the AsyncRun strategy?