mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-13 11:15:46 -07:00
Basically, unless the -a/--text flag is given, it is generally always an error to search for an explicit NUL byte because the binary detection will prevent it from matching. Fixes #1838