| Commit message (Expand) | Author | Age |
* | Fix clippy lints (#6454) | Philipp Mildenberger | 2023-03-27 |
* | do not ignore mouse scrolling when on top of virtual text | Pascal Kuthe | 2023-03-27 |
* | make scrolloff calculation consistent | Pascal Kuthe | 2023-03-27 |
* | allow scrolling past virtual text line | Pascal Kuthe | 2023-03-27 |
* | remove incorrect assert | Pascal Kuthe | 2023-03-27 |
* | Show diagnostic codes for LSP diagnostics (#6378) | Francesc Elies | 2023-03-21 |
* | Run shell commands asynchronously (#6373) | sarah | 2023-03-21 |
* | migrate test_with_config to use AppBuilder | Skyler Hawthorne | 2023-03-20 |
* | fix test::plain | Skyler Hawthorne | 2023-03-20 |
* | Allow explicit newlines in test DSL | Skyler Hawthorne | 2023-03-20 |
* | refactor test editor config | Skyler Hawthorne | 2023-03-20 |
* | print doc state during tests | Skyler Hawthorne | 2023-03-20 |
* | make TestCase::From more generic | Skyler Hawthorne | 2023-03-20 |
* | factor write command tests to own module | Skyler Hawthorne | 2023-03-20 |
* | Fix highlighting in picker with multiple columns (#6333) | exp80 | 2023-03-18 |
* | discard outdated workspace edits recived from the LS | Pascal Kuthe | 2023-03-16 |
* | discard outdated diagnostics recived by the LS | Pascal Kuthe | 2023-03-16 |
* | Prevent whitespace from rendering inside inlay hints (#6312) | Thomas Schollenberger | 2023-03-16 |
* | fix compilation | Blaž Hrastnik | 2023-03-14 |
* | Only complete appropriate arguments for typed commands. (#5966) | Kyle Smith | 2023-03-14 |
* | Add undercurl config option #6196 (#6253) | Jonatan Pettersson | 2023-03-14 |
* | build(deps): bump indoc from 2.0.0 to 2.0.1 (#6302) | dependabot[bot] | 2023-03-14 |
* | build(deps): bump libc from 0.2.139 to 0.2.140 (#6304) | dependabot[bot] | 2023-03-14 |
* | LSP: Separate diagnostic picker message and code (#6095) | Francesc Elies | 2023-03-13 |
* | Check language server symbol renaming support before prompting (#6257) | misiasty3 | 2023-03-13 |
* | helix-term: send the STOP signal to all processes in the process group (#3546) | Cole Helbling | 2023-03-13 |
* | LSP: No-op client/registerCapability requests (#6258) | Michael Davis | 2023-03-13 |
* | indent snippets to line indent instead of completion start (#6263) | Pascal Kuthe | 2023-03-11 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | 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 |