| Commit message (Expand) | Author | Age |
... | |
| * | | don't read from stdin for integration tests | Skyler Hawthorne | 2022-06-19 |
| * | | use env var for integration test log level | Skyler Hawthorne | 2022-06-19 |
| * | | use test terminal backend for integration tests | Skyler Hawthorne | 2022-06-19 |
| * | | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
| * | | use Results in integration tests for more error context | Skyler Hawthorne | 2022-06-19 |
| * | | use idle timer instead of fixed timeout | Skyler Hawthorne | 2022-06-19 |
| * | | tests for buffer-close | Skyler Hawthorne | 2022-06-19 |
| * | | tests for serialized writes | Skyler Hawthorne | 2022-06-19 |
| * | | use main application event loop | Skyler Hawthorne | 2022-06-19 |
| * | | add test for ensuring the initial cursor on a newly opened file | Skyler Hawthorne | 2022-06-19 |
| * | | reorganize tests into groups | Skyler Hawthorne | 2022-06-19 |
| * | | refactor helpers, use new test helpers | Skyler Hawthorne | 2022-06-19 |
| * | | Fix initial selection of Document in new view | Skyler Hawthorne | 2022-06-19 |
| * | | improve test harness | Skyler Hawthorne | 2022-06-19 |
| * | | Integration testing harness | Blaž Hrastnik | 2022-06-19 |
| * | | Simplify handle_terminal_events signature | Blaž Hrastnik | 2022-06-19 |
| * | | move config parsing back into main | Skyler Hawthorne | 2022-06-19 |
* | | | add history suggest to global search (#2717) | Termina94 | 2022-06-21 |
* | | | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
* | | | Enable shellwords for Windows (with escaping disabled) (#2767) | ath3 | 2022-06-21 |
* | | | Format keys identically in statusline and command palette (#2790) | Gokul Soumya | 2022-06-21 |
* | | | Make indent guides configurable | Gokul Soumya | 2022-06-21 |
* | | | Add indent guides support | Gokul Soumya | 2022-06-21 |
| |/
|/| |
|
* | | feat: make `move_vertically` aware of tabs and wide characters (#2620) | Matthew Toohey | 2022-06-21 |
* | | Default rulers color to red (#2669) | Mathspy | 2022-06-21 |
* | | text-objects: add test capture & elixir queries | Connor Lay (Clay) | 2022-06-21 |
* | | mouse selection now uses character indexing (#2839) | Mathis Brossier | 2022-06-20 |
* | | fix: do not color health summary when stdout is piped (#2836) | lazytanuki | 2022-06-20 |
|/ |
|
* | views -> buffers in write-all (#2788) | Gygaxis Vainhardt | 2022-06-16 |
* | Update auto-pairs and idle-timeout when the config is reloaded (#2736) | Bjorn Ove Hay Andersen | 2022-06-15 |
* | Improve markdown list rendering (#2687) | Frojdholm | 2022-06-15 |
* | Better handling of symlinks (#2718) | Roland Kovacs | 2022-06-15 |
* | Add a check to prevent re-selecting same range (#2760) | Ryang Sohn | 2022-06-14 |
* | Add docstring for language_server!() macro (#2750) | Gokul Soumya | 2022-06-12 |
* | Do not add extra line breaks in markdown lists (#2689) | Frojdholm | 2022-06-08 |
* | Refactor push_jump so we're not needlessly fetching doc twice | Blaž Hrastnik | 2022-06-06 |
* | prompt: If submitting empty prompt, use default (last used) | Blaž Hrastnik | 2022-06-06 |
* | Add shell insert commands to typable and config (#2589) | Termina94 | 2022-06-05 |
* | Fix crash due to cycles when replaying macros (#2647) | gavynriebau | 2022-06-05 |
* | ensure :quit and :quit! take no arguments (#2654) | Michael Davis | 2022-06-05 |
* | Avoid modifying jumplist until jumping to ref (#2670) | yzwduck | 2022-06-05 |
* | append `set_line_ending` to document history (#2649) | Kirawi | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | fix: lsp: be more defensive about URI conversions | Blaž Hrastnik | 2022-06-02 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | Fix unwrap error when undo after `shell_append_output` (#2625) | Andrey Tkachenko | 2022-05-31 |
* | Update to ropey 1.5 | Blaž Hrastnik | 2022-05-30 |
* | Bump dependencies, allow retain_mut for now | Blaž Hrastnik | 2022-05-29 |
* | build(deps): bump once_cell from 1.10.0 to 1.12.0 | dependabot[bot] | 2022-05-25 |
* | Add shrink equivalent of extend_to_line_bounds (#2450) | Daniel S Poulin | 2022-05-22 |