You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@z0xyz the idea, here, is (or was) to provide a common quickfix interface to all the built-in list-like commands like :marks, :jumps, :ls, etc. A universal parser is way out of scope. I vaguely remember someone starting to put together a comprehensive list of &efm years ago but that's really not something I would want to do, in general, or add to vim-qf, specifically.
Basically, something like vim-qlist that would also work for
:oldfiles
,:changes
, etc in a generic manner.Scenario
:Toqf changes
would set a specificerrorformat
and run:cexpr
with the output of:changes
.:Toloc tselect foo
would set a specificerrorformat
and run:cexpr
with the output of:tselect foo
.Outputs from several commands
Substitution:
Notes:
Substitution:
Notes:
current
,alternate
,hidden
, etc.Substitution:
Notes:
Works perfectly with the default
errorformat
.Substitution:
Notes:
TODO
errorformat
for each output.The text was updated successfully, but these errors were encountered: