handle edge case when deleting from buffer: if the previous match is extended into a new match, then replace the old match in the search list with the extended match
This commit is contained in:
3
todo.md
3
todo.md
@@ -1,8 +1,5 @@
|
||||
# To-do list
|
||||
- Make sure that all delete function in make-normal-delete.sml also delete from searchList
|
||||
- Handle edge cases regarding deletion from searchList.
|
||||
- Edge case 1: deletion causes a match to be extended
|
||||
- Any other edge cases possible?
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user