| Commit message (Expand) | Author | Age |
* | Join empty lines with only one space in `join_selections` (#8989) | TornaxO7 | 2023-12-06 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Auto indent on `insert_at_line_start` (#5837) | Alex | 2023-06-08 |
* | cleanup integration tests | Pascal Kuthe | 2023-05-18 |
* | don't move cursor while forward deleting in append mode | Pascal Kuthe | 2023-05-18 |
* | fix panic when deleting overlapping ranges | Pascal Kuthe | 2023-05-18 |
* | Allow explicit newlines in test DSL | Skyler Hawthorne | 2023-03-20 |
* | factor write command tests to own module | Skyler Hawthorne | 2023-03-20 |
* | 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 |
* | Add :character-info command (#4000) | William Etheredge | 2023-02-03 |
* | fix(commands): extend_line to proper line when count and current line selecte... | Gabriel Dinner-David | 2022-12-31 |
* | 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 |
* | 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 |
* | document should save even if formatter fails | 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: buffer-close ensuring writes | Skyler Hawthorne | 2022-10-19 |
* | Fix backwards selection duplication widening bug (#2945) | A-Walrus | 2022-07-04 |
* | 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 |
* | 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 |