I deliberately omitted this, because this approach has a few caveats:
Quickfix autocommand events don't fire, so we lose the automatic chdir, not to mention the automatic reloading of the bundle after completion.
The error format only captures errors with file names, but there are other ways bundle can fail.
Some commands (like bundle show) have informative output that would silently vanish.
None of these are unfixable, but I am a bit partial to running quick informative commands inline. So my initial tactic was to provide a compiler plugin and call it a day.
I deliberately omitted this, because this approach has a few caveats:
bundle
can fail.bundle show
) have informative output that would silently vanish.None of these are unfixable, but I am a bit partial to running quick informative commands inline. So my initial tactic was to provide a compiler plugin and call it a day.