| Commit message (Expand) | Author | Age |
... | |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | 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 |
* | Fix typos (#3858) | taupiqueur | 2022-09-17 |
* | fix: map_err()? instead of unwrap (#3826) | Alexander Brevig | 2022-09-13 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Add query-check xtask | Michael Davis | 2022-08-31 |
* | tree-sitter: Prevent panic on loading queries | Michael Davis | 2022-08-31 |
* | tree-sitter: Refactor lazy query loading | Michael Davis | 2022-08-31 |
* | Fix extra selection with regex anchors (^,$) (#3598) | A-Walrus | 2022-08-31 |
* | Adjust `m` textobject description and minor code clarification (#3343) | Daniel S Poulin | 2022-08-17 |
* | Fix failing test with unicode-lines feature (#3455) | A-Walrus | 2022-08-17 |
* | Fix nondeterministic highlighting (#3275) | A-Walrus | 2022-08-05 |
* | Avoid copying fragments (#3136) | Matthias Deiml | 2022-08-04 |
* | Resolve clippy lints (#3307) | Omnikar | 2022-08-04 |
* | Change default formatter for any language (#2942) | PiergiorgioZagaria | 2022-08-04 |
* | Exclude only named children without injection.include-children (#3129) | Matthias Deiml | 2022-08-03 |
* | Suport diagnostic code (#3096) | Erasin | 2022-07-26 |
* | Replace '; inherits <language>' in treesitter queries with <language> queries... | Philipp Mildenberger | 2022-07-22 |
* | respect count in treesitter movement (#3058) | Bob | 2022-07-14 |
* | Fix some typos (#2978) | A-Walrus | 2022-07-06 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | Fix edge-case in tree-sitter expand_selection selection command (#2877) | Triton171 | 2022-06-25 |
* | fixes showing the last prompt on empty input (#2870) | Saber Haj Rabiee | 2022-06-24 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | Merge branch 'master' into test-harness | Blaž Hrastnik | 2022-06-21 |
| |\ |
|
| * | | use main application event loop | Skyler Hawthorne | 2022-06-19 |
| * | | Fix initial selection of Document in new view | Skyler Hawthorne | 2022-06-19 |
* | | | Enable shellwords for Windows (with escaping disabled) (#2767) | ath3 | 2022-06-21 |
| |/
|/| |
|
* | | feat: make `move_vertically` aware of tabs and wide characters (#2620) | Matthew Toohey | 2022-06-21 |
|/ |
|
* | Refactor textobject node capture (#2741) | Gokul Soumya | 2022-06-11 |
* | prompt: If submitting empty prompt, use default (last used) | Blaž Hrastnik | 2022-06-06 |
* | Passing extra formatting options to LSPs (#2635) | farwyler | 2022-06-05 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | Update to ropey 1.5 | Blaž Hrastnik | 2022-05-30 |
* | Remove unnecessary `unwrap` (#2599) | Hugo | 2022-05-29 |
* | Include macro attributes to impls, structs, enums, functions etc. textobjects... | Andrey Tkachenko | 2022-05-20 |
* | configurable lsp request timeout (#2405) | EmmChriss | 2022-05-11 |
* | feat(languages): git-ignore and git-attributes (#2397) | Matthew Toohey | 2022-05-05 |
* | add reflow command (#2128) | Vince Mutolo | 2022-05-02 |
* | Fix tests for surround primitives | Gokul Soumya | 2022-04-29 |
* | Support m in surround delete and replace | Gokul Soumya | 2022-04-29 |
* | Add `m` textobject to select closest surround pair | Gokul Soumya | 2022-04-29 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | Add rulers option (#2060) | Thomas | 2022-04-20 |
* | Fix Golang textobject queries (#2153) | Michael Davis | 2022-04-18 |
* | Add support for local language configuration (#1249) | Kirawi | 2022-04-18 |
* | Make textobject select last paragraph (#1992) | Ivan Tham | 2022-04-13 |
* | Remove usage of format ident feature from tests (#2028) | Michael Davis | 2022-04-08 |
* | Fix toggle_comments command on multiple selections (#1882) | Danilo Spinella | 2022-04-05 |