| Commit message (Expand) | Author | Age |
* | Make `m` textobject look for pairs enclosing selections (#3344) | Daniel S Poulin | 2023-02-10 |
* | Fix the infinite loop when copying the cursor to the top of the file (#5888) | Mike Trinkala | 2023-02-09 |
* | Check for external file modifications when writing (#5805) | Clément Delafargue | 2023-02-08 |
* | enable rendering in integration tests (#5819) | Skyler Hawthorne | 2023-02-04 |
* | Add :character-info command (#4000) | William Etheredge | 2023-02-03 |
* | disable lsp in integration tests | Skyler Hawthorne | 2023-02-02 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | fix(commands): extend_line to proper line when count and current line selecte... | Gabriel Dinner-David | 2022-12-31 |
* | Fix transaction composition order in History::changes_since (#4981) | Michael Davis | 2022-12-03 |
* | Add a test case for undo/redo across splits | Michael Davis | 2022-11-29 |
* | Follow parent links when calculating changes since a revision | Michael Davis | 2022-11-24 |
* | Apply inversions to Views on undo/redo | Michael Davis | 2022-11-24 |
* | Add test case that panics on undo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | Fix range offsets for multiple shell insertions (#4619) | Michael Davis | 2022-11-14 |
* | Fix range offsets in multi-selection paste (#4608) | Michael Davis | 2022-11-06 |
* | Trim quotes and braces from paths in goto_file_impl (#4370) | Dario Oddenino | 2022-10-28 |
* | flush writes on force quit (#4397) | Skyler Hawthorne | 2022-10-21 |
* | Fix multi byte auto pairs (#4024) | Skyler Hawthorne | 2022-10-21 |
* | Silence dead_code warning on AppBuilder::with_config | Michael Davis | 2022-10-20 |
* | Remove language-server configuration in integration tests | Michael Davis | 2022-10-20 |
* | Use helix_view::apply_transaction in integration-tests | Michael Davis | 2022-10-20 |
* | improve app close failure display | Skyler Hawthorne | 2022-10-19 |
* | fix tests | Skyler Hawthorne | 2022-10-19 |
* | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
* | fix write scratch buffer to file | Skyler Hawthorne | 2022-10-19 |
* | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
* | update write-quit to wait for saves | Skyler Hawthorne | 2022-10-19 |
* | fix buffer-close | Skyler Hawthorne | 2022-10-19 |
* | fix(write): do not set new path on document until write succeeds | Skyler Hawthorne | 2022-10-19 |
* | fix: buffer-close ensuring writes | Skyler Hawthorne | 2022-10-19 |
* | chore(write): serialize write operations within a Document | Skyler Hawthorne | 2022-10-19 |
* | Fix append cursor location when selection anchor is at end of document (#4147) | Graic | 2022-10-12 |
* | Add tests for select-mode TS textobjects | Michael Davis | 2022-10-03 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Fix backwards selection duplication widening bug (#2945) | A-Walrus | 2022-07-04 |
* | replace phrase in tests | Skyler Hawthorne | 2022-06-19 |
* | factor new Application with file arg to function | Skyler Hawthorne | 2022-06-19 |
* | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
* | add test for write-quit happy path | Skyler Hawthorne | 2022-06-19 |
* | rename test helpers | Skyler Hawthorne | 2022-06-19 |
* | ignore failing write path tests until fixes are merged | Skyler Hawthorne | 2022-06-19 |
* | rename top level module to satisfy cargo fmt | Skyler Hawthorne | 2022-06-19 |
* | use a read only file to ensure write failure | Skyler Hawthorne | 2022-06-19 |
* | use system's appropriate line ending | 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 |