fmthoma / vgrep

A pager for grep
BSD 3-Clause "New" or "Revised" License
104 stars 8 forks source link

Strict text makes vgrep hang when a large file is loaded to the pager #30

Closed fmthoma closed 7 years ago

fmthoma commented 7 years ago

Bisecting shows that strict text migration (159acbd5947a027fe0de02a8105b3bf9ccc1e6f1) introduced the problem. Probably sufficient to read the file using lazy text and then splitting into strict text lines.

fmthoma commented 7 years ago

Probably sufficient to read the file using lazy text and then splitting into strict text lines.

Sufficient.