| Commit message (Expand) | Author | Age |
* | Fix opening new files (#5278) | alois31 | 2022-12-24 |
* | Add file picker dialogue when opening a directory with :o (#2707) | Jack Allison | 2022-12-23 |
* | Remove redraw to fix build | Blaž Hrastnik | 2022-12-15 |
* | add redraw command (#4354) | Roberto Vidal | 2022-12-15 |
* | workspace symbols: Default to empty Vec on None | Michael Davis | 2022-12-15 |
* | Re-request workspace symbols on keypress in picker | Gokul Soumya | 2022-12-15 |
* | Improve error message handling for theme loading failures (#5073) | Michael Davis | 2022-12-15 |
* | Add `:pipe-to` typable command that ignores shell output (#4931) | Alexander Schlögl | 2022-12-12 |
* | reload_all: Ensure view is synced with doc history before reload (#4965) | Michael Davis | 2022-12-02 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | 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 |
* | reload-all: Only update viewport when view focuses on the doc (#4901) | Filipe Azevedo | 2022-11-26 |
* | Don't apply transactions to Views in undo/redo | Michael Davis | 2022-11-24 |
* | lsp: Check server provider capabilities (#3554) | Michael Davis | 2022-11-22 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | Add `:reload-all` command (#4663) | Filipe Azevedo | 2022-11-20 |
* | Capture word parts while calculating shellwords (#4632) | Michael Davis | 2022-11-17 |
* | Popup scrollbar (#4449) | Manos Mertzianis | 2022-11-15 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | 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 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Correctly handle escaping in completion (#4316) | Armin Ronacher | 2022-11-01 |
* | fix: Never create automatic doc popups outside of Insert mode (#4456) | Poliorcetics | 2022-10-28 |
* | 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 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | fix: write-all crash (#4384) | Skyler Hawthorne | 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 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | Merge pull request #2267 from dead10ck/fix-write-fail | Blaž Hrastnik | 2022-10-20 |
|\ |
|
| * | fix tree_sitter_scopes | Skyler Hawthorne | 2022-10-19 |
| * | Editor::flush_writes returns an error | Skyler Hawthorne | 2022-10-19 |
| * | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
| * | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
| * | review comments | Skyler Hawthorne | 2022-10-19 |
| * | remove Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
| * | fix write scratch buffer to file | Skyler Hawthorne | 2022-10-19 |
| * | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
| * | fix panic when view of pending write is closed | 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 |