| Commit message (Expand) | Author | Age |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Update tree-sitter to latest master (#7998) | Michael Davis | 2023-08-19 |
* | Prevent GraphemeStrs created from Strings from leaking (#7920) | Dillard Robertson | 2023-08-13 |
* | Implement @align (and @anchor) indent query. | Daniel Ebert | 2023-08-11 |
* | Fix YAML auto indent | Skyler Hawthorne | 2023-08-10 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Add '#' and '.' special registers | Michael Davis | 2023-07-31 |
* | Reformat with nightly rustfmt for better let-else formatting (#7721) | Philipp Mildenberger | 2023-07-27 |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |
* | use a single query for injections | Pascal Kuthe | 2023-07-17 |
* | fix crash when encountering overlapping injections | Pascal Kuthe | 2023-07-17 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | search buffer contents during global search (#5652) | Pascal Kuthe | 2023-07-11 |
* | correctly map unsorted positions (#7471) | Pascal Kuthe | 2023-06-28 |
* | move normalize fastpath into normalize function | Pascal Kuthe | 2023-06-25 |
* | map positions through changes in O(N) | Pascal Kuthe | 2023-06-25 |
* | Allow any indent size from 1 to 16 (#7429) | Scott Driggers | 2023-06-23 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | Avoid false positives in non-fuzzy bracket match | Pascal Kuthe | 2023-06-22 |
* | match pairs which don't form a standalone TS node | Pascal Kuthe | 2023-06-22 |
* | Fix tree sitter chunking (#7417) | A-Walrus | 2023-06-21 |
* | Add config for default line ending (#5621) | Alex | 2023-06-16 |
* | Fix next/prev tree-sitter inconsistency (#7332) | A-Walrus | 2023-06-13 |
* | add move_prev_long_word_end and extend_prev_long_word_end (#6905) | vwkd | 2023-06-07 |
* | Add check for a non-zero value for tab width (#7178) | Ilya Sovtsov | 2023-06-07 |
* | feat(core): add plaintext matching fallback to tree-sitter matching (#4288) | Alex Vinyals | 2023-06-05 |
* | Fix typo in syntax.rs (#7114) | Ikko Eltociear Ashimine | 2023-05-26 |
* | Add command to merge non-consecutive ranges (#7053) | Szabin | 2023-05-19 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Simplify Display implementation for LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Simplify Display implementation of LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | don't move cursor while forward deleting in append mode | Pascal Kuthe | 2023-05-18 |
* | fix panic when deleting overlapping ranges | Pascal Kuthe | 2023-05-18 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | inject language based on file extension & shebang (#3970) | Timothy DeHerrera | 2023-04-28 |
* | feat(commands): add clear-register typable command (#5695) | jorge | 2023-04-27 |
* | return early if soft wrap is invalid (#6856) | ymgyt | 2023-04-23 |
* | Revert "Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)" | Blaž Hrastnik | 2023-04-08 |
* | Fix #6605: Remove soft-wrap.enable option wrapping. (#6656) | gibbz00 | 2023-04-08 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Canonicalize paths before stripping current dir as prefix (#6290) | jazzfool | 2023-03-30 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Fix clippy lints (#6454) | Philipp Mildenberger | 2023-03-27 |
* | respect line annotations in char_idx_at_visual_row_offset | Pascal Kuthe | 2023-03-27 |
* | use partition_point instead of binary_search_by | Pascal Kuthe | 2023-03-27 |
* | fix view anchors not at start of a visual line | Pascal Kuthe | 2023-03-27 |