| Commit message (Expand) | Author | Age |
* | Use requested direction for new textobject selection range | Michael Davis | 2022-10-03 |
* | Fix typos (#3858) | taupiqueur | 2022-09-17 |
* | respect count in treesitter movement (#3058) | Bob | 2022-07-14 |
* | feat: make `move_vertically` aware of tabs and wide characters (#2620) | Matthew Toohey | 2022-06-21 |
* | Remove usage of format ident feature from tests (#2028) | Michael Davis | 2022-04-08 |
* | Fix next paragraph logic over muliple blank lines (#1951) | Ivan Tham | 2022-04-05 |
* | Rename _para to _paragraph | Ivan Tham | 2022-04-02 |
* | Change test mark from ^@ to #[|]# | Ivan Tham | 2022-04-02 |
* | Add paragraph textobject | Ivan Tham | 2022-04-02 |
* | Add next paragraph | Ivan Tham | 2022-04-02 |
* | Add (prev) paragraph motion | Ivan Tham | 2022-04-02 |
* | Add object.movement for tree-sitter navigation | Gokul Soumya | 2022-02-15 |
* | Add tree-sitter based function, class navigation | Gokul Soumya | 2022-02-15 |
* | Apply recent nightly suggestions (#1286) | Kirawi | 2021-12-18 |
* | Add trim_selections command (#1092) | ath3 | 2021-11-14 |
* | Ensure coords in screen depends on char width (#885) | Ivan Tham | 2021-11-03 |
* | Fixes for new clippy lints in Rust 1.54. | Nathan Vegdahl | 2021-07-29 |
* | Minor cleanup of the vertical movement code. | Nathan Vegdahl | 2021-07-27 |
* | Use `match` for branching on the `Direction` enum in more places. | Nathan Vegdahl | 2021-07-27 |
* | Collect some common patterns into methods on `Range`. | Nathan Vegdahl | 2021-07-26 |
* | Switch to a cleaner range-head moving abstraction. | Nathan Vegdahl | 2021-07-24 |
* | Revert display-width-based vertical cursor movement. | Nathan Vegdahl | 2021-07-22 |
* | Fixes for misc bugs with view movement. | Nathan Vegdahl | 2021-07-21 |
* | Handle edge case in `range_to_target()` correctly. | Nathan Vegdahl | 2021-07-19 |
* | Update word selection/navigation to work with gap indexing. | Nathan Vegdahl | 2021-07-19 |
* | Update surround commands to work with gap indexing. | Nathan Vegdahl | 2021-07-08 |
* | Implement `Range::put()` which manages range movements and extensions. | Nathan Vegdahl | 2021-07-08 |
* | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-06 |
|\ |
|
| * | Add object selection (textobjects) (#385) | Gokul Soumya | 2021-07-03 |
* | | Make vertical selection movement work properly. | Nathan Vegdahl | 2021-07-06 |
* | | Make horizontal selection movement work properly. | Nathan Vegdahl | 2021-07-02 |
* | | Allow last line in file to lack a line break character. | Nathan Vegdahl | 2021-07-02 |
|/ |
|
* | Fix all remaining warnings in helix-core except for two. | Nathan Vegdahl | 2021-07-02 |
* | Remove #[allow(unused)] from helix-core, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | Incorporate long word commands into keymap | PabloMansanet | 2021-06-29 |
* | Add long word unit tests | PabloMansanet | 2021-06-29 |
* | Add long word motion implementation | PabloMansanet | 2021-06-29 |
* | Add function to get the line ending of a str slice. | Nathan Vegdahl | 2021-06-21 |
* | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
* | Misc fixes and clean up of line ending detect code. | Nathan Vegdahl | 2021-06-20 |
* | added the line_end helper function | Jan Hrastnik | 2021-06-20 |
* | changed some hardcoded newlines, removed a else if in line_ending.rs | Jan Hrastnik | 2021-06-19 |
* | Movement fixes, refactor and unit test suite (#217) | PabloMansanet | 2021-06-11 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | Fix panic when moving over unicode punctuation | BenoƮt CORTIER | 2021-06-07 |
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
* | Add unreachable context | Ivan Tham | 2021-06-05 |
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 |