| Commit message (Expand) | Author | Age |
... | |
* | Add a version-control statusline element (#5682) | Dimitar Gyurov | 2023-03-10 |
* | treat replace/insertmode consistently, default to insert | Pascal Kuthe | 2023-03-10 |
* | fix snippet bugs and multicursor completion edgecases | Pascal Kuthe | 2023-03-10 |
* | allow LSP insert text to replace non-matching prefixes (#5469) | Taylor C. Richberger | 2023-03-10 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | Fix `shrink_selection` with multiple cursors. (#6093) | gibbz00 | 2023-03-09 |
* | correctly store snapshots when repeating insert-mode actions | Pascal Kuthe | 2023-03-09 |
* | discard stale completion requests | Pascal Kuthe | 2023-03-09 |
* | store multiple snapshots on the document at once | Pascal Kuthe | 2023-03-09 |
* | save selection before completion savepoint | Pascal Kuthe | 2023-03-09 |
* | create savepoint before requesting completion | Pascal Kuthe | 2023-03-09 |
* | LSP: Support textDocument/prepareRename (#6103) | Kyle Smith | 2023-03-08 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | Do not add intermediate lines to jumplist with :<linenum> command. (#5751) | Kyle Smith | 2023-03-08 |
* | DynamicPicker: Recalculate column widths for new options (#6004) | Michael Davis | 2023-03-08 |
* | Jump to symbol ranges in LSP goto commands (#5986) | Michael Davis | 2023-03-08 |
* | LSP: Send replies for malformed and unhandled RPC requests (#6058) | Michael Davis | 2023-03-08 |
* | Move terminal claim/restore code to helix-tui | Michael Davis | 2023-03-08 |
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
* | Handle snippets for LSPs not providing offsets for completion | Andrii Grynenko | 2023-03-08 |
* | Render every LSP snippets for every cursor | Andrii Grynenko | 2023-03-08 |
* | Delete snippet placeholders when accepting completion | Pascal Kuthe | 2023-03-08 |
* | Apply snippets as transactions | Michael Davis | 2023-03-08 |
* | Allow LSP server to be stopped (#5964) | Davide Galassi | 2023-03-08 |
* | build(deps): bump grep-regex from 0.1.10 to 0.1.11 (#6215) | dependabot[bot] | 2023-03-07 |
* | build(deps): bump grep-searcher from 0.1.10 to 0.1.11 (#6213) | dependabot[bot] | 2023-03-07 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | Remove centering view from Unimpaired commands (#6193) | Santiago Vrancovich | 2023-03-05 |
* | Fix lacking space panic (#6109) | nuid32 | 2023-03-05 |
* | update MSRV to 1.65 | Pascal Kuthe | 2023-03-05 |
* | fix: Handle signals before crossterm events (#6170) | Alexander Brevig | 2023-03-05 |
* | Fix 'attempt to divide by zero' panic (#6155) | nuid32 | 2023-03-03 |
* | Fix indentation lines (#6134) (#6136) | NomisIV | 2023-03-01 |
* | Ignore key-release keyboard events (#6139) | Michael Davis | 2023-03-01 |
* | Add shift-backspace keybind alias for backspace (#4937) | lesleyrs | 2023-02-28 |
* | Enable the enhanced keyboard protocol if supported | Michael Davis | 2023-02-28 |
* | Update crossterm to 0.26.1 | Michael Davis | 2023-02-28 |
* | build(deps): bump tempfile from 3.3.0 to 3.4.0 (#6128) | dependabot[bot] | 2023-02-28 |
* | build(nix): update flake to use flake-parts and nci flake-parts module | Yusuf Bera Ertan | 2023-02-25 |
* | fix(dap): validate key and index exist when requesting vars (#5628) | Filip Dutescu | 2023-02-20 |
* | feat(dap): send Disconnect if Terminated event received (#5532) | Filip Dutescu | 2023-02-20 |
* | feat: show current language when no argument is provided (#5895) | Guillaume | 2023-02-16 |
* | Replace incorrect usages of tab_width with indent_width. (#5918) | Triton171 | 2023-02-16 |
* | fix: decode lsp url for workspace_diagnostics_picker (#6016) | Erasin | 2023-02-16 |
* | Ignore invalid file URIs from LSP (#6000) | Jonathan LEI | 2023-02-16 |
* | ignore case while filtering completions (#6008) | Pascal Kuthe | 2023-02-16 |
* | Use Popup::ignore_escape_key helper for completion (#6006) | Michael Davis | 2023-02-16 |
* | Fix crash in goto_window_center at EOF (#5987) | Pascal Kuthe | 2023-02-14 |
* | feat(ui): deprecated completions (#5932) | Matouš Dzivjak | 2023-02-13 |
* | Add :toggle-option command (#4085) | A-Walrus | 2023-02-13 |