Files
sml-projects/todo.md

16 lines
596 B
Markdown
Raw Normal View History

2025-10-15 15:29:19 +01:00
# To-do list
- Add tests for:
2025-12-13 03:57:21 +00:00
- Test delete-around-word/WORD
- Delete-around-word has tests for when cursor is on space (needs tests for alpha and punctuation too)
- Reimple `%` motion and `d%` motion.
2025-10-15 15:29:19 +01:00
- They should both search for the next character in any pair, the same way in Vim
- Add tests for reimplemented movements and motions
- Reimplement `di<symbol>` and `da<symbol>`
- They should search for the next char in the specific pair, the same way in Vim
- Add tests for both
Afterwards, add tests for yanking.
Add yank commands like yh/yj/yk/yl as well and test them too.