-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The migration to strict text made `vgrep` hang whenever a large file was loaded to the pager. Strict text is suitable for representing individual lines, but not for representing a huge file. The solution is to read the file using lazy text, split thc content into lines, and then convert the lines to strict text. Fixes #30.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters