| Commit message (Expand) | Author | Age |
... | |
| * | Use a write_count to determine how many writes left to flush | Blaž Hrastnik | 2022-10-19 |
| * | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
| * | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
| * | improve app close failure display | Skyler Hawthorne | 2022-10-19 |
| * | fix tests | Skyler Hawthorne | 2022-10-19 |
| * | review comments | Skyler Hawthorne | 2022-10-19 |
| * | remove Document::format_and_save | Skyler Hawthorne | 2022-10-19 |
| * | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
| * | remove Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
| * | move language server refresh to document saved event handler | Skyler Hawthorne | 2022-10-19 |
| * | fix write scratch buffer to file | Skyler Hawthorne | 2022-10-19 |
| * | Save text in document saved events, use in status message | Skyler Hawthorne | 2022-10-19 |
| * | Rename doc save event names to past tense | Skyler Hawthorne | 2022-10-19 |
| * | Add note about log level for integration tests | Skyler Hawthorne | 2022-10-19 |
| * | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
| * | fix erroneous write sender close | Skyler Hawthorne | 2022-10-19 |
| * | reset idle timer for all events | Skyler Hawthorne | 2022-10-19 |
| * | fix panic when view of pending write is closed | Skyler Hawthorne | 2022-10-19 |
| * | increase LSP shutdown timeout | Skyler Hawthorne | 2022-10-19 |
| * | factor editor event handling into function | Skyler Hawthorne | 2022-10-19 |
| * | fix write-quit with auto format | Skyler Hawthorne | 2022-10-19 |
| * | fix modified status with auto format | Skyler Hawthorne | 2022-10-19 |
| * | improve reliability of shutdown | Skyler Hawthorne | 2022-10-19 |
| * | add conditional noop render back | 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 |
* | | Update windows install instructions (#4351) | Alex | 2022-10-19 |
* | | Pretty print `tree-sitter-subtree` expression (#4295) | Fisher Darling | 2022-10-19 |
* | | Add `roots` for julia to languages.toml (#4361) | Sukera | 2022-10-19 |
* | | Merge pull request #4061 from pascalkuthe/undercurl-modifier | Blaž Hrastnik | 2022-10-19 |
|\ \
| |/
|/| |
|
| * | merge underline-style and underline-color into a single table | Pascal Kuthe | 2022-10-13 |
| * | fix terminfo detection | Pascal Kuthe | 2022-10-12 |
| * | adress review comments | Pascal Kuthe | 2022-10-11 |
| * | fix typo | Pascal Kuthe | 2022-10-08 |
| * | add deprectation not for underlined modifier to docs | pascalkuthe | 2022-10-08 |
| * | avoid visual artificats on terminal emulators that do not support underline c... | Pascal Kuthe | 2022-10-06 |
| * | make casing consistent with other configuration | Pascal Kuthe | 2022-10-06 |
| * | switch to termini for terminfo | Pascal Kuthe | 2022-10-06 |
| * | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
| * | Detect extended underline support using terminfo | Gokul Soumya | 2022-10-01 |
| * | Update theme documentation | A-Walrus | 2022-10-01 |
| * | Fix failing tests | A-Walrus | 2022-10-01 |
| * | Add separate color for underlines | A-Walrus | 2022-10-01 |
| * | Support different kinds of underline rendering | Gokul Soumya | 2022-10-01 |
* | | Fix link to textobjects usage from keymap documentation (#4357) | Peter Phillips | 2022-10-19 |
* | | Fix deleting word from end of buffer (#4328) | Jonathan LEI | 2022-10-19 |
* | | Add a first version of kanagawa theme (#4300) | zetashift | 2022-10-19 |