2025-10-15 15:29:19 +01:00
|
|
|
# To-do list
|
2026-02-06 09:41:39 +00:00
|
|
|
- Make sure that all delete function in make-normal-delete.sml also delete from searchList
|
2026-02-06 20:30:07 +00:00
|
|
|
- Handle edge cases regarding deletion from searchList.
|
|
|
|
|
- Edge case 1: deletion causes a match to be extended
|
|
|
|
|
- Any other edge cases possible?
|
2026-02-06 09:41:39 +00:00
|
|
|
- Add normal-delete tests for each motion, checking that searchList is as expected
|
2026-01-31 22:20:52 +00:00
|
|
|
- Add tests for other yank motoins
|
|
|
|
|
- Tests should be based on existing tests for delete-motions, and in the same order.
|
2026-01-23 21:05:12 +00:00
|
|
|
- Bind gamepad functions from GLFW and/or RGFW
|
2026-01-23 21:08:12 +00:00
|
|
|
- Add tests for NormalYankDelete functions, to make sure that they are yanking the expected string.
|