helix
helix copied to clipboard
Support crlf end of line in regex for selection and search
This PR will enable Helix to detect Windows-style crlf line endings in regex searches, such as when selecting with s and searching with /. This resolves #13680.
- fix: detect crlf as end of line in regex prompt
- fix: allow search_next_or_prev_impl to find crlf end of line after initial search