Open sheerun opened 4 years ago
You can customize grepprg
and grepformat
to not contain a column ("%c").
See vim-grepper's docs and :help errorformat
.
What I mean is that it doesn't contain column by default
Ah ok the title of the issue sounds like you were looking for the opposite.
Then it should work out of the box if you use a tool that supports it: ag, rg, sift, ack, ack-grep, git (recent versions).
it doesn't work ripgrep
@sheerun What is the value of g:grepper.rg.grepformat
? By default, it's f:%l:%c:%m,%f
, which should recognize column numbers. Otherwise maybe g:grepper.rg.grepprg
is set to something that doesn't output column numbers?
I haven't changed the default. https://github.com/jremmen/vim-ripgrep works for me
It seems that jumping to search results (at least when using quick list) is jumping to the line that matched, instead of characters that matched, like /. Is there a way to configure it?