Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use helix_view::apply_transaction in integration-tests | Michael Davis | 2022-10-20 |
| | | | | | | | `helix_view::apply_transaction` closes over `Document::apply` and `View::apply` to ensure that jumplist entries are updated when a document changes from a transaction. `Document::apply` shouldn't be called directly - this helper function should be used instead. | ||
* | improve app close failure display | Skyler Hawthorne | 2022-10-19 |
| | |||
* | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
| | |||
* | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
| | |||
* | fix buffer-close | Skyler Hawthorne | 2022-10-19 |
| | |||
* | factor new Application with file arg to function | 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 |
| | |||
* | rename top level module to satisfy cargo fmt | Skyler Hawthorne | 2022-06-19 |