| Commit message (Expand) | Author | Age |
* | Improve error handling for config-reload (#3668) | A-Walrus | 2022-09-10 |
* | Switch to Result for invalid language | A-Walrus | 2022-09-10 |
* | Add error handling to set language command | A-Walrus | 2022-09-10 |
* | Add `text` to language completer | A-Walrus | 2022-09-10 |
* | Remove default insert mode movement bindings | Skyler Hawthorne | 2022-09-08 |
* | Fix :reflow panic by enusring cursor in view (#3733) | A-Walrus | 2022-09-07 |
* | Remove LspNotDefined, instead return an Option<> | Blaž Hrastnik | 2022-09-07 |
* | build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715) | dependabot[bot] | 2022-09-05 |
* | fix: View needs to retain the original scroll offset on split | Blaž Hrastnik | 2022-09-05 |
* | Fix off-by-one in extend_line_above (#3689) | Michael Davis | 2022-09-05 |
* | fix: lsp: Don't send didOpen events for documents with no URL | Blaž Hrastnik | 2022-09-04 |
* | minor: Simplify another document_mut statement | Blaž Hrastnik | 2022-09-04 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Expand doc/view macros to allow fetching specific id | Blaž Hrastnik | 2022-09-03 |
* | initial implementation of bufferline (#2759) | aaron404 | 2022-09-02 |
* | Fix closing buffer with custom keymap (#3633) | A-Walrus | 2022-09-01 |
* | Make mode editor-wide rather than per-document | Blaž Hrastnik | 2022-09-01 |
* | fix: prevents storing last prompt if is top of stack (#3609) | Saber Haj Rabiee | 2022-09-01 |
* | Fix Prompt::handle_event compilation | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Show clipboard info in --health output (#2947) | Gokul Soumya | 2022-08-31 |
* | Share the restore_term code between panic and normal exits (#3612) | Charlie Groves | 2022-08-31 |
* | Avoid command execution hooks on closed docs (#3613) | Michael Davis | 2022-08-31 |
* | Refactor goto_ts_object_impl as a motion (#3264) | Michael Davis | 2022-08-31 |
* | Discard LSP publishDiagnostic when LS is not initialized (#3403) | Michael Davis | 2022-08-31 |
* | jumplist: Add documents to view history (#3593) | Michael Davis | 2022-08-31 |
* | Move mode transition logic to handle_keymap_event() (#2634) | Lucy | 2022-08-31 |
* | Use the original document and view for mode transition hooks (#3508) | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion after pasting into prompt | Blaž Hrastnik | 2022-08-30 |
* | completion: remove_follow links on filename_impl | Blaž Hrastnik | 2022-08-30 |
* | Fix process spawning error handling (#3349) | PiergiorgioZagaria | 2022-08-30 |
* | Derive Document language name from languages.toml name key (#3338) | Michael Davis | 2022-08-30 |
* | let extend-line respect range direction (#3046) | Bob | 2022-08-29 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Fix markdown indented code block rendering (#3503) | Clay | 2022-08-24 |
* | fix: Reset document mode when losing focus | Blaž Hrastnik | 2022-08-23 |
* | Editor: remove duplication for view focus/swap commands | Blaž Hrastnik | 2022-08-23 |
* | Reduce health tick width | Ivan Tham | 2022-08-23 |
* | Update to crossterm-0.25 (#3390) | Charlie Groves | 2022-08-22 |
* | Switch to `tabpad` configuration option (#3458) | A-Walrus | 2022-08-21 |
* | style: fixes `unused_parens` warnings on nightly builds (#3471) | Saber Haj Rabiee | 2022-08-18 |
* | Adjust `m` textobject description and minor code clarification (#3343) | Daniel S Poulin | 2022-08-17 |
* | remove duplicate entries from theme picker (#3439) | ChrHorn | 2022-08-15 |
* | Fix conditional setting of stdin handle on Windows (#3379) | Kyle L. Davis | 2022-08-12 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Add completion for nested settings (#3183) | A-Walrus | 2022-08-06 |
* | Remove C-n and C-p from the insert mode keymap (#3340) | Michael Davis | 2022-08-06 |
* | Fix tab highlight when tab is partially visible (#3313) | A-Walrus | 2022-08-06 |
* | Fix indent guide styling (#3324) | A-Walrus | 2022-08-06 |
* | Avoid setting stdin handle when not necessary (#3248) | Dario Oddenino | 2022-08-05 |