| Commit message (Expand) | Author | Age |
... | |
* | Extend textobject selections in select mode | Michael Davis | 2022-10-03 |
* | Use Range::with_direction consistently | Michael Davis | 2022-10-03 |
* | Use requested direction for new textobject selection range | Michael Davis | 2022-10-03 |
* | Cycled to end/beginning + no more matches msgs (#3176) | A-Walrus | 2022-10-03 |
* | Show "Invalid regex" message on enter (Validate) (#3049) | A-Walrus | 2022-10-03 |
* | Add goto preview (#2982) | Joe | 2022-10-03 |
* | Add pseudo_pending for t/T/f/F (#4062) | Matt Freitas-Stavola | 2022-10-02 |
* | Ensure cursor in view after format (#4047) | zensayyy | 2022-10-01 |
* | build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987) | dependabot[bot] | 2022-09-26 |
* | chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) | Poliorcetics | 2022-09-25 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | Document MSRV policy (#3913) | Pascal Kuthe | 2022-09-23 |
* | Deduplicate regexes in search_selection command (#3941) | A-Walrus | 2022-09-22 |
* | Improve keymap errors from command typos (#3931) | Michael Davis | 2022-09-22 |
* | add :lsp-restart command (#3435) | Filipe Azevedo | 2022-09-20 |
* | Fix preview bug (#3644) | Joe | 2022-09-20 |
* | diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>> | Blaž Hrastnik | 2022-09-20 |
* | Track source and tags in diagnostics (#3898) | Luke Cycon | 2022-09-20 |
* | Add command line parameter to specify log file (#3807) | Tobias Hunger | 2022-09-20 |
* | Remove border from code actions popup (#3444) | A-Walrus | 2022-09-13 |
* | Render html <code> tags as code in markdown (#3425) | A-Walrus | 2022-09-13 |
* | Remove the .txt suffix from tutor | Blaž Hrastnik | 2022-09-11 |
* | 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 |