| Commit message (Expand) | Author | Age |
* | build(deps): bump toml from 0.5.10 to 0.6.0 | dependabot[bot] | 2023-01-24 |
* | build(deps): bump hashbrown from 0.13.1 to 0.13.2 (#5559) | dependabot[bot] | 2023-01-17 |
* | Separate jump behavior from increment/decrement (#4123) | greg-enbala | 2023-01-16 |
* | build(deps): bump ropey from 1.5.1-alpha to 1.5.1 (#5374) | dependabot[bot] | 2023-01-03 |
* | build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5373) | dependabot[bot] | 2023-01-03 |
* | Fix erroneous indent between closers of auto-pairs (#5330) | Triton171 | 2022-12-29 |
* | Add command to merge consecutive ranges in selection (#5047) | DylanBulfin | 2022-12-23 |
* | properly handle detachted git worktrees (#5097) | Pascal Kuthe | 2022-12-11 |
* | allow specifying environment for language servers in language.toml (#4004) | TotalKrill | 2022-12-09 |
* | Fix transaction composition order in History::changes_since (#4981) | Michael Davis | 2022-12-03 |
* | feat(lsp): add support for lsp Diagnostic{}.data (#4935) | sigmaSd | 2022-12-02 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Use lowest common ancestor search in History::changes_since | Michael Davis | 2022-11-29 |
* | delete outdated reference to cessen/ropey#25 (#4928) | Kirawi | 2022-11-29 |
* | Significantly improve performance of `:reload` (#4457) | Pascal Kuthe | 2022-11-28 |
* | bump ropey to 1.5.1-alpha | Pascal Kuthe | 2022-11-28 |
* | Follow parent links when calculating changes since a revision | Michael Davis | 2022-11-24 |
* | Apply inversions to Views on undo/redo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | significantly improve treesitter performance while editing large files (#4716) | Pascal Kuthe | 2022-11-22 |
* | Bump TREE_SITTER_MATCH_LIMIT to 256 (#4830) | Michael Davis | 2022-11-21 |
* | Use TreeCursor to pretty-print :tree-sitter-subtree (#4606) | Michael Davis | 2022-11-17 |
* | Capture word parts while calculating shellwords (#4632) | Michael Davis | 2022-11-17 |
* | Fix deprecation warnings for chrono 0.4.23 (#4738) | dxtr85 | 2022-11-15 |
* | Refactor blackhole register (#4504) | ath3 | 2022-11-15 |
* | deps: Update tree-sitter-rust (supports let-else && let-chains) | Alexis (Poliorcetics) Bourget | 2022-11-12 |
* | improve performance of tree sitter query captures (for text object motions in... | Pascal Kuthe | 2022-11-11 |
* | Fix panic from indenting on tree with errors | Michael Davis | 2022-11-09 |
* | style: Only call extend_nodes when deepest_preceding is Some | Michael Davis | 2022-11-09 |
* | fix tests | Blaž Hrastnik | 2022-11-08 |
* | fix tests | Blaž Hrastnik | 2022-11-08 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |
* | Run clippy on workspace in CI (#4614) | Jonathan LEI | 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 |
* | Add missed test attribute in #4316 (#4557) | Poliorcetics | 2022-11-01 |
* | Correctly handle escaping in completion (#4316) | Armin Ronacher | 2022-11-01 |
* | build(deps): bump once_cell from 1.15.0 to 1.16.0 (#4548) | dependabot[bot] | 2022-11-01 |
* | Update textwrap to 0.16.0 (#4437) | Mike Trinkala | 2022-10-23 |
* | Change syntax for suffix file-types configurations (#4414) | Michael Davis | 2022-10-22 |
* | syntax: Don't force lower-case for filenames (#4346) | Christian Speich | 2022-10-21 |
* | Fix shellwords delimiter handling (#4098) | A-Walrus | 2022-10-21 |
* | Fix multi byte auto pairs (#4024) | Skyler Hawthorne | 2022-10-21 |
* | Allow using path suffixes to associate language file-types (#2455) | midnightexigent | 2022-10-20 |
* | Merge pull request #2267 from dead10ck/fix-write-fail | Blaž Hrastnik | 2022-10-20 |
|\ |
|
| * | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
| * | add conditional noop render back | Skyler Hawthorne | 2022-10-19 |
* | | Pretty print `tree-sitter-subtree` expression (#4295) | Fisher Darling | 2022-10-19 |
|/ |
|
* | Log failures to load tree-sitter parsers as error (#4315) | Michael Davis | 2022-10-16 |