mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-30 20:03:54 -07:00
Add --vimgrep flag.
The --vimgrep flag forces a line to be printed for every match, with line and column numbers.
This commit is contained in:
8
doc/rg.1
8
doc/rg.1
@@ -237,6 +237,14 @@ Defaults to the number of logical CPUs (capped at 6).
|
||||
Show the version number of ripgrep and exit.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-vimgrep
|
||||
Show results with every match on its own line, including line numbers
|
||||
and column numbers.
|
||||
(With this option, a line with more than one match of the regex will be
|
||||
printed more than once.)
|
||||
.RS
|
||||
.RE
|
||||
.SH FILE TYPE MANAGEMENT OPTIONS
|
||||
.TP
|
||||
.B \-\-type\-list
|
||||
|
Reference in New Issue
Block a user