aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/line_ending.rs
Commit message (Expand)AuthorAge
* Fix Clippy lints in tests (#1563)Omnikar2022-01-23
* Mark a few functions as `const`Blaž Hrastnik2021-10-24
* Make vertical selection movement work properly.Nathan Vegdahl2021-07-06
* Remove #[allow(unused)] from helix-core, and fix unused imports.Nathan Vegdahl2021-07-02
* Missed some items in the CRLF PR.Nathan Vegdahl2021-06-23
* Flesh out the line ending utility unit tests.Nathan Vegdahl2021-06-21
* Fix clippy warnings.Nathan Vegdahl2021-06-21
* Add function to get the line ending of a str slice.Nathan Vegdahl2021-06-21
* Silence clippy warning.Nathan Vegdahl2021-06-20
* Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
* Misc fixes and clean up of line ending detect code.Nathan Vegdahl2021-06-20
* added the line_end helper functionJan Hrastnik2021-06-20
* changed some hardcoded newlines, removed a else if in line_ending.rsJan Hrastnik2021-06-19
* ran cargo fmtJan Hrastnik2021-06-19
* added get_line_ending from pr commentJan Hrastnik2021-06-19
* applied changes from pr reviewJan Hrastnik2021-06-17
* trying out line ending helper functions in commands.rsJan Hrastnik2021-06-16
* added some tests and a line_ending helper function in document.rsJan Hrastnik2021-06-16
* fix typoJan Hrastnik2021-06-16
* added more changes from pr review for line_ending_detectionJan Hrastnik2021-06-16
* resolved conflict in rebaseJan Hrastnik2021-06-16