Wednesday, December 5, 2012

errorformat for errors grouped by filename

If I have a makeprg that dumps a filename on a line by itself followed by all errors for that file one-per-line, is there a way I can capture the filename and apply it to each error?

The best I can come up with is
'%A----- FILE : %f -----,%ZLine %l\, %t:%n: %m'
which will grab the first error, but not the rest.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: