reimplemen 'diw' motion to fix failing test

This commit is contained in:
2025-12-12 11:32:03 +00:00
parent eb650bfd4b
commit 11cb00860b
4 changed files with 190 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
# To-do list
- Add tests for:
- delete inside word
- Implement delete-around-word and test it
- delete inside WORD
- Implement delete-around-word/WORD and test it
- Reimplement `%` motion and `d%` motion.
- They should both search for the next character in any pair, the same way in Vim
- Add tests for reimplemented movements and motions