| Commit message (Expand) | Author | Age |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Add a test case for undo/redo across splits | Michael Davis | 2022-11-29 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Revert "Don't apply transactions to Views in undo/redo" | Michael Davis | 2022-11-29 |
* | Remove eager application of transactions to all views | Michael Davis | 2022-11-29 |
* | reload-all: Only update viewport when view focuses on the doc (#4901) | Filipe Azevedo | 2022-11-26 |
* | Clear line on `<ret>` when line is all whitespace (#4854) | Michael Davis | 2022-11-25 |
* | Exit select mode on surround commands (#4858) | Jonathan LEI | 2022-11-24 |
* | 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 |
* | Don't apply transactions to Views in 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 |
* | lsp: Check server provider capabilities (#3554) | Michael Davis | 2022-11-22 |
* | remove duplicated shell calls (#3465) | Bob | 2022-11-22 |
* | Limit the number of items in the jumplist (#4750) | Michael Davis | 2022-11-22 |
* | Select new pasted text in normal mode only (#4824) | Michael Davis | 2022-11-21 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | Add `:reload-all` command (#4663) | Filipe Azevedo | 2022-11-20 |
* | Make `r<tab>` and `f<tab>` work (#4817) | Lennard Hofmann | 2022-11-19 |
* | minor: render_diagnostics doesn't require &self either | Blaž Hrastnik | 2022-11-19 |
* | Avoid repeatedly loading config | Blaž Hrastnik | 2022-11-19 |
* | Handle language server termination (#4797) | Michael Davis | 2022-11-19 |
* | lsp: Resolve completion item asynchronously on idle-timeout (#4781) | Michael Davis | 2022-11-18 |
* | Select surrounding characters when using match/surround (m) mode (#4752) | Austen Adler | 2022-11-18 |
* | Remove prefix filtering from autocomplete menu (#4578) | ChrHorn | 2022-11-17 |
* | Capture word parts while calculating shellwords (#4632) | Michael Davis | 2022-11-17 |
* | Use key-sequence format for command palette keybinds (#4712) | Michael Davis | 2022-11-17 |
* | sort fuzzy matches with equal score by length in picker (#4698) | Pascal Kuthe | 2022-11-16 |
* | minor: Simplify some command code | Blaž Hrastnik | 2022-11-16 |
* | minor: cloning filter and using count() is wasteful here | Blaž Hrastnik | 2022-11-16 |
* | fix build | Blaž Hrastnik | 2022-11-15 |
* | Add command to add word boundaries to search (#4322) | Armin Ronacher | 2022-11-15 |
* | Popup scrollbar (#4449) | Manos Mertzianis | 2022-11-15 |
* | Refactor blackhole register (#4504) | ath3 | 2022-11-15 |
* | Add global error/warning count statusline element (#4569) | Gaurav Tyagi | 2022-11-15 |
* | Fix range offsets for multiple shell insertions (#4619) | Michael Davis | 2022-11-14 |
* | Statusline indicator to show number of selected chars (#4682) | wes adams | 2022-11-12 |
* | rename description for `goto_line_end_newline` | asvln | 2022-11-12 |
* | add `extend_prev_word_end` command | asvln | 2022-11-12 |
* | feat(commands): increment by range (#4418) | Bruce Hopkins | 2022-11-11 |
* | fix test compilation | Blaž Hrastnik | 2022-11-09 |
* | Move terminal out of compositor | Blaž Hrastnik | 2022-11-09 |
* | This term specific behavior really doesn't belong to compositor | Blaž Hrastnik | 2022-11-09 |
* | Drop terminal interaction in compositor.size() | Blaž Hrastnik | 2022-11-09 |
* | Re-enable format_selections for a single selection range | Blaž Hrastnik | 2022-11-09 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | `error!` on unknown `CompletionItemKind` (#4658) | Marko Klobučar Ledinšćak | 2022-11-08 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |