aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* 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
* Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec...Nathan Vegdahl2021-06-20
|\
| * Re-export unicode crates from helix_coreBlaž Hrastnik2021-06-20
| * ui: prompt: Better unicode supportBlaž Hrastnik2021-06-20
| * Only reconfiure highlights when setting themewojciechkepka2021-06-19
| * Add ability to change theme on editorwojciechkepka2021-06-19
* | 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
* | Merge remote-tracking branch 'origin/master' into line_ending_detectionJan Hrastnik2021-06-19
|\|
| * cargo: add more metadata to manifestsBenoît CORTIER2021-06-19
| * Run cargo-dietBenoît CORTIER2021-06-19
| * cargo: add version to local dependenciesBenoît CORTIER2021-06-19
| * Update ropey dependency to 1.3Benoît CORTIER2021-06-18
| * Fix expansion of `~` (#284)Wojciech Kępka2021-06-18
* | 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
* | ran cargo clippy and cargo fmtJan Hrastnik2021-06-16
* | rebase on branch line_ending_detectionJan Hrastnik2021-06-16
|/
* Remove RwLock for registersBenoît CORTIER2021-06-15
* Address PR comments.Nathan Vegdahl2021-06-15
* Add ctrl-w for promptIvan Tham2021-06-14
* Bump once_cell from 1.7.2 to 1.8.0 (#255)dependabot[bot]2021-06-14
* Release v0.2.0Blaž Hrastnik2021-06-13
* Use `runtime` dir when defaulting to executable locationWojciech Kępka2021-06-12
* Make `runtime_dir` privateWojciech Kępka2021-06-12
* Add more ways to detect runtime directoryWojciech Kępka2021-06-12
* Fix broken testBlaž Hrastnik2021-06-12
* Only auto-format for certain languagesBlaž Hrastnik2021-06-12
* Add :earlier and :later commands that can be used to navigate the full edit h...Jakub Bartodziej2021-06-11
* Movement fixes, refactor and unit test suite (#217)PabloMansanet2021-06-11
* Downgrade `unicode-segmentation`notoria2021-06-10
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Reuse a cursor from the pool if available (fixes #202)Blaž Hrastnik2021-06-10
* Fix panic on ctrl-w empty documentIvan Tham2021-06-08
* Cleanup find_first_non_whitespace_char funcsWojciech Kępka2021-06-08
* commands: Add goto first non-whitespace char of lineWojciech Kępka2021-06-08
* Fix Unicode (#135)Kirawi2021-06-08
* Implement register selectionBenoît CORTIER2021-06-07