mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +02:00
parent
e92e2ef813
commit
6ebebb2aaa
@ -484,9 +484,9 @@ impl HiArgs {
|
|||||||
if self.crlf {
|
if self.crlf {
|
||||||
builder.crlf(true);
|
builder.crlf(true);
|
||||||
}
|
}
|
||||||
// We don't need to set this in multiline mode since mulitline
|
// We don't need to set this in multiline mode since multiline
|
||||||
// matchers don't use optimizations related to line terminators.
|
// matchers don't use optimizations related to line terminators.
|
||||||
// Moreover, a mulitline regex used with --null-data should
|
// Moreover, a multiline regex used with --null-data should
|
||||||
// be allowed to match NUL bytes explicitly, which this would
|
// be allowed to match NUL bytes explicitly, which this would
|
||||||
// otherwise forbid.
|
// otherwise forbid.
|
||||||
if self.null_data {
|
if self.null_data {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user