aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/line_ending.rs
Commit message (Expand)AuthorAge
* Add config for default line ending (#5621)Alex2023-06-16
* properly handle LSP position encoding (#5711)Pascal Kuthe2023-02-09
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Fix failing test with unicode-lines feature (#3455)A-Walrus2022-08-17
* Add (prev) paragraph motionIvan Tham2022-04-02
* ropey 1.4.1 fixes the issueBlaž Hrastnik2022-03-17
* Put esoteric line endings behind a feature flagBlaž Hrastnik2022-03-17
* 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