-
My use case is I am trying to use ripgrep (v13) as vim's
This works as expected, but my issue is when a line has multiple occurences of pattern1 the Since I am probably not permitted to upgrade ripgrep on the remote where I am working I am also interested in work-arounds. The ones I can think of on my own are, so far:
Since this is my first post, thank you so much for this amazing tool! It's really spot-on for what's necessary in a developer's toolkit! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Wow, only seconds after posting I found the
|
Beta Was this translation helpful? Give feedback.
Wow, only seconds after posting I found the
--no-heading
option. So with ripgrep v13 I can get the behavior I want by setting grepprg in vim as follows: