mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2026-06-19 17:20:00 +02:00
6d95c130d5
This causes ripgrep to stop searching an individual file after it has found a non-matching line. But this only occurs after it has found a matching line. Fixes #1790, Closes #1930