implement function that deletes from both LineGap.t and SearchList, maintaining an exact match between both

This commit is contained in:
2026-01-18 09:59:00 +00:00
parent 5e3e8b39b1
commit c6dee6e9f9
2 changed files with 60 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
# To-do list
- Modify deletion functions to use `PersistentVector.delete`
- After deletion, we may have a new match that we want to add. Account for this case.
- Implement 'yj' motion and add tests for it