done replacing direct calls to 'LineGap.delete' with calls to 'SearchList.deleteBufferAndSearchList', so that the search list is also deleted from whenever the buffer is deleted from

This commit is contained in:
2026-02-07 22:27:44 +00:00
parent 9b520d71f5
commit 0c40cad77a
2 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# To-do list
- Make sure that all delete function in make-normal-delete.sml also delete from searchList
- Address to-do notes in make-normal-delete.sml (update searchList in light of insertion)
- Add normal-delete tests for each motion, checking that searchList is as expected
- Add tests for other yank motoins
- Tests should be based on existing tests for delete-motions, and in the same order.