sscheele
sscheele
Thanks! I've updated to code to do the recursive call (locally) and am working on the integration tests now.
I've updated the code to make the recursive call and added two test cases to `test/movement.rs`, but I think I might need some help with the tests, as the second...
I actually think that in addition to the integration test problem, there's unexpected behavior associated with my code here. I've been running this code for a bit and a weird...
I tried to address this issue on [my fork here](https://github.com/sscheele/helix/commit/5ca8ab8398011438137942e421b8bddf2575338f). The functionality is still there and the editor is maybe slightly faster, but I didn't get anything close to the...
I can work on this over the next day or two!
I've created [a pull request](https://github.com/helix-editor/helix/pull/6923) with this feature!