| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | lsp: Support insertReplace | Blaž Hrastnik | 2022-11-08 |
* | Fix command-mode completion behavior when input is escaped | Michael Davis | 2022-11-07 |
* | Escape filenames in command completion | Michael Davis | 2022-11-07 |
* | Fix whitespace handling in command-mode completion | Michael Davis | 2022-11-07 |
* | Fix range offsets in multi-selection paste (#4608) | Michael Davis | 2022-11-06 |
* | Fix panic on paste from blackhole register (#4497) | Michael Davis | 2022-11-04 |
* | Select text inserted by shell or paste (#4458) | Michael Davis | 2022-11-04 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Fix panic from two windows editing the same document (#4570) | Michael Davis | 2022-11-03 |
* | Exit select mode on replace commands (#4554) | Jonathan LEI | 2022-11-02 |
* | Fix `delete_char_backward` for paired characters (#4558) | Yuriy Gabuev | 2022-11-01 |
* | Correctly handle escaping in completion (#4316) | Armin Ronacher | 2022-11-01 |
* | fix: make `scroll` aware of tabs and wide characters (#4519) | Matthew Toohey | 2022-10-29 |
* | Make shell_impl concurrent (#3180) | Matthias Deiml | 2022-10-29 |
* | fix: Never create automatic doc popups outside of Insert mode (#4456) | Poliorcetics | 2022-10-28 |
* | Include colons for typable commands in command palette (#4495) | Michael Davis | 2022-10-28 |
* | Trim quotes and braces from paths in goto_file_impl (#4370) | Dario Oddenino | 2022-10-28 |
* | feat(lsp): LSP preselected items appear first in completion menu (#4480) | lazytanuki | 2022-10-27 |
* | commands: Make no arg ':theme' show name (#3740) | James O. D. Hunt | 2022-10-26 |
* | Add `:update` that will write the changes if the file has been modified. (#4... | Gaurav Tyagi | 2022-10-26 |
* | fix: repeating repeat operator (#4450) | Michał Zabielski | 2022-10-26 |
* | fix: terminal freezing on `shell_insert_output` | GabrielDertoni | 2022-10-26 |
* | Render diagnostics in the file picker preview (#4324) | Michael Davis | 2022-10-25 |
* | lsp: Resolve completion items missing documentation on idle (#4406) | Michael Davis | 2022-10-22 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | nit: move an allocation to happen after a `continue`, making sure it's | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | fix: write-all crash (#4384) | Skyler Hawthorne | 2022-10-21 |
* | Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392) | Nimrod | 2022-10-21 |
* | flush writes on force quit (#4397) | Skyler Hawthorne | 2022-10-21 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | Sort by fixed diagnostics/is_preffered within codeaction categories | Pascal Kuthe | 2022-10-21 |
* | never sort menu items when no fuzzy matching is possible | Pascal Kuthe | 2022-10-21 |
* | use permalink to vscode repo | Pascal Kuthe | 2022-10-21 |
* | use stable sort instead of allocating new vectors | Pascal Kuthe | 2022-10-21 |