grape icon indicating copy to clipboard operation
grape copied to clipboard

context-less format for parsing

Open SevereOverfl0w opened this issue 3 years ago • 1 comments

Just trying to integrate this into vim.

To do so I need to configure an errorformat. It would be useful if grape could produce contextless output like grep, so the file would be repeated for each match. It's OK to have a mutli-line match after that:

file.clj:line: (let [
a 10]
a)

SevereOverfl0w avatar Nov 20 '20 17:11 SevereOverfl0w

Sorry I didn’t comment earlier but: I saw the issue, I just don’t have a lot of time right now 😉

bfontaine avatar Nov 26 '20 21:11 bfontaine

I no longer need this, I figured out how to do it with vim's errorformat: '%+P%f:,%l: %m,%-Q'

SevereOverfl0w avatar Jan 31 '23 09:01 SevereOverfl0w