aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* feat(lang): bump tree-sitter-go (#4969)Matouš Dzivjak2022-12-02
* Add Ctrl-i alias for Windows (#4961)lesleyrs2022-12-02
* Use the logo as the favicon for the docs book (#4971)Michael Davis2022-12-02
* feat(docs): style readme & add badges (#4970)Matouš Dzivjak2022-12-02
* Detect WezTerm and mark it as undercurl/Smulx capableBlaž Hrastnik2022-12-02
* Forgot to set the heightBlaž Hrastnik2022-12-02
* Add the new logo!Blaž Hrastnik2022-12-02
* Use `cargo fmt`'s --checkBlaž Hrastnik2022-12-02
* feat(lsp): add support for lsp Diagnostic{}.data (#4935)sigmaSd2022-12-02
* reload_all: Ensure view is synced with doc history before reload (#4965)Michael Davis2022-12-02
* Varua theme updates (cursorline, statusline) (#4964)Bertrand Bousquet2022-12-02
* tutor: Clarify space searching instructions (#4953)Tshepang Mbambo2022-12-01
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Fix file-types declaration for racket (#4915)Michael Davis2022-11-30
* Fix ayu theme cursor issue (#4764)André Sá2022-11-29
* Handle disambiguated keycodes (#4887)Michael Davis2022-11-29
* Sync all document changes on view focusMichael Davis2022-11-29
* Add a test case for undo/redo across splitsMichael Davis2022-11-29
* Use lowest common ancestor search in History::changes_sinceMichael Davis2022-11-29
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Sync changes with view in undo/redo/earlier/laterMichael Davis2022-11-29
* Remove calls to View::apply in undo/redo/earlier/laterMichael Davis2022-11-29
* Sync changes between doc and view on switchMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* Remove eager application of transactions to all viewsMichael Davis2022-11-29
* delete outdated reference to cessen/ropey#25 (#4928)Kirawi2022-11-29
* fix(grammar): Add `block_comment` and `comment_environment` injection for lat...Erik Bünnig2022-11-28
* Significantly improve performance of `:reload` (#4457)Pascal Kuthe2022-11-28
* bump ropey to 1.5.1-alphaPascal Kuthe2022-11-28
* Update CSS syntax highlighting (#4882)Chickenkeeper2022-11-28
* Fix Go variable indentation (#4906)gavincrawford2022-11-27
* reload-all: Only update viewport when view focuses on the doc (#4901)Filipe Azevedo2022-11-26
* Update tree-sitter-java and add Java textobjects (#4886)Lennard Hofmann2022-11-26
* Remove selections for closed views on all documents (#4888)Michael Davis2022-11-26
* feat(themes): improve fleetish (#4813)Matouš Dzivjak2022-11-26
* Bump tree-sitter-html version (#4881)Chickenkeeper2022-11-26
* add theme nightfox (#4769)Jan Scheer2022-11-26
* Clear line on `<ret>` when line is all whitespace (#4854)Michael Davis2022-11-25
* Drain pending requests on language server termination (#4852)Michael Davis2022-11-24
* Exit select mode on surround commands (#4858)Jonathan LEI2022-11-24
* Update tree-sitter-gleamMichael Davis2022-11-24
* Update tree-sitter-heexMichael Davis2022-11-24
* Add parameter highlights to ErlangMichael Davis2022-11-24
* Improve Edoc highlighting within ErlangMichael Davis2022-11-24
* Follow parent links when calculating changes since a revisionMichael Davis2022-11-24
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* Add test case that panics on undoMichael Davis2022-11-24
* tutor: Add missing quotes (#4832)Tshepang Mbambo2022-11-23