| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | fix: 2 panics while setting style + off by 1 | ahkrr | 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 |
* | 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 |
* | Convert byte index to char index for `find` | notoria | 2021-06-04 |
* | Merge pull request #77 from notoria/match_brackets | Blaž Hrastnik | 2021-06-03 |
|\ |
|
| * | Fix match_brackets::find | notoria | 2021-06-03 |
* | | Default log file to cache | Ivan Tham | 2021-06-03 |
|/ |
|
* | Separate document history into Cell | Ivan Tham | 2021-06-02 |
* | Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` | Blaž Hrastnik | 2021-06-02 |
* | f/t: Check if at bounds before searching, refs #43, closes #37 | Blaž Hrastnik | 2021-06-02 |
* | Fix panics when triggering w or e on the last char of the line | Blaž Hrastnik | 2021-06-02 |
* | fix: Don't allow moving past last line, fixes #30, #24 | Blaž Hrastnik | 2021-06-02 |
* | Categorize _ as a word char, not punctuation | Blaž Hrastnik | 2021-05-31 |
* | Allow moving to EOL byte, also fixes #15 | Blaž Hrastnik | 2021-05-31 |
* | Update architecture.md | Blaž Hrastnik | 2021-05-30 |
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
* | When calculating a new selection, we need to take newly inserted text into ac... | Blaž Hrastnik | 2021-05-15 |
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
* | Fix indent test, we need to use the in-tree runtime dir. | Blaž Hrastnik | 2021-05-10 |
* | Fix runtime dir lookup. | Blaž Hrastnik | 2021-05-10 |
* | Make the config dir locator work on Windows. | Blaž Hrastnik | 2021-05-10 |
* | Determine runtime dir based on executable location or env override. | Blaž Hrastnik | 2021-05-09 |
* | Indent array and tuple lists too. | Blaž Hrastnik | 2021-05-09 |
* | Lint | Blaž Hrastnik | 2021-05-09 |
* | Add the :new command, don't crash if saving without filename. | Blaž Hrastnik | 2021-05-07 |
* | Implement pair expansion when pressing new line between bracket pairs. | Blaž Hrastnik | 2021-05-06 |
* | clippy lint | Blaž Hrastnik | 2021-05-06 |