aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* Update ropey dependency to 1.3Benoît CORTIER2021-06-18
* Fix expansion of `~` (#284)Wojciech Kępka2021-06-18
* 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
* lsp: Provide workspace root on client.initialize()Blaž Hrastnik2021-06-07
* Release 0.0.10Blaž Hrastnik2021-06-07
* fix: 2 panics while setting style + off by 1ahkrr2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* Fix panic when moving over unicode punctuationBenoît CORTIER2021-06-07
* Add test for prev wordIvan Tham2021-06-06
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Return an error if we request an embedded file that does not exist.Brian Dawn2021-06-06
* Add a smoke test around loading runtime files.Brian Dawn2021-06-06
* Simplify the load_runtime_file code.Brian Dawn2021-06-06
* Simplify creating pathbufs.Brian Dawn2021-06-06
* Apply suggestions from code reviewBrian Dawn2021-06-06
* Make rust-embed optionally included based on the embed_runtime feature.Brian Dawn2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* fix: make find_prev_char and till_prev_char workahkrr2021-06-05
* Add unreachable contextIvan Tham2021-06-05
* Don't panic on empty file/buffer (#108)notoria2021-06-05
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Remove swapfilenotoria2021-06-04
* Convert byte index to char index for `find`notoria2021-06-04
* Merge pull request #77 from notoria/match_bracketsBlaž Hrastnik2021-06-03
|\
| * Fix match_brackets::findnotoria2021-06-03
* | Default log file to cacheIvan Tham2021-06-03
|/
* Separate document history into CellIvan Tham2021-06-02
* Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb`Blaž Hrastnik2021-06-02
* f/t: Check if at bounds before searching, refs #43, closes #37Blaž Hrastnik2021-06-02