| Commit message (Expand) | Author | Age |
* | Re-export unicode crates from helix_core | Blaž Hrastnik | 2021-06-20 |
* | ui: prompt: Better unicode support | Blaž Hrastnik | 2021-06-20 |
* | Only reconfiure highlights when setting theme | wojciechkepka | 2021-06-19 |
* | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
* | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 |
* | Run cargo-diet | Benoît CORTIER | 2021-06-19 |
* | cargo: add version to local dependencies | Benoît CORTIER | 2021-06-19 |
* | Update ropey dependency to 1.3 | Benoît CORTIER | 2021-06-18 |
* | Fix expansion of `~` (#284) | Wojciech Kępka | 2021-06-18 |
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
* | Add ctrl-w for prompt | Ivan Tham | 2021-06-14 |
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | Use `runtime` dir when defaulting to executable location | Wojciech Kępka | 2021-06-12 |
* | Make `runtime_dir` private | Wojciech Kępka | 2021-06-12 |
* | Add more ways to detect runtime directory | Wojciech Kępka | 2021-06-12 |
* | Fix broken test | Blaž Hrastnik | 2021-06-12 |
* | Only auto-format for certain languages | Blaž Hrastnik | 2021-06-12 |
* | Add :earlier and :later commands that can be used to navigate the full edit h... | Jakub Bartodziej | 2021-06-11 |
* | Movement fixes, refactor and unit test suite (#217) | PabloMansanet | 2021-06-11 |
* | Downgrade `unicode-segmentation` | notoria | 2021-06-10 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Reuse a cursor from the pool if available (fixes #202) | Blaž Hrastnik | 2021-06-10 |
* | Fix panic on ctrl-w empty document | Ivan Tham | 2021-06-08 |
* | Cleanup find_first_non_whitespace_char funcs | Wojciech Kępka | 2021-06-08 |
* | commands: Add goto first non-whitespace char of line | Wojciech Kępka | 2021-06-08 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | lsp: Provide workspace root on client.initialize() | Blaž Hrastnik | 2021-06-07 |
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
* | fix: 2 panics while setting style + off by 1 | ahkrr | 2021-06-07 |
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
* | Fix panic when moving over unicode punctuation | Benoît CORTIER | 2021-06-07 |
* | Add test for prev word | Ivan Tham | 2021-06-06 |
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
* | Return an error if we request an embedded file that does not exist. | Brian Dawn | 2021-06-06 |
* | Add a smoke test around loading runtime files. | Brian Dawn | 2021-06-06 |
* | Simplify the load_runtime_file code. | Brian Dawn | 2021-06-06 |
* | Simplify creating pathbufs. | Brian Dawn | 2021-06-06 |
* | Apply suggestions from code review | Brian Dawn | 2021-06-06 |
* | Make rust-embed optionally included based on the embed_runtime feature. | Brian Dawn | 2021-06-06 |
* | Provide a feature flag to be able to embed the runtime folder. | Brian Dawn | 2021-06-06 |
* | fix: make find_prev_char and till_prev_char work | ahkrr | 2021-06-05 |
* | Add unreachable context | Ivan Tham | 2021-06-05 |
* | Don't panic on empty file/buffer (#108) | notoria | 2021-06-05 |
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 |
* | Try to detect language when document file path is set | Blaž Hrastnik | 2021-06-04 |
* | Remove swapfile | notoria | 2021-06-04 |