done testing that search list updates properly on deletion motions

This commit is contained in:
2026-05-01 12:42:43 +01:00
parent dbf31dfb2f
commit e1203cb199
2 changed files with 147 additions and 5 deletions

View File

@@ -1,9 +1,5 @@
# To-do list
- Add normal-delete tests for each motion, checking that searchList is as expected
- Three cases for searchList:
1. Deletion causes two words to join to form a new match
2. Deletion causes an existing match to be extended
3. Deletion introduces no match
- Refactor PersistentVector so that the LEAF node only contains integer vectors (one for the finishIdx, which we already have, and one for the startIdx)
- Add tests for indent, dedent and remove-line-break motions
- Add tests that searchList updates as expected too
- Add tests for other yank motoins