add some more tests for 'df<char' motion, and fix implementation to pass those tests (if our cursor is at the same position after calling 'fMove', then exit the loop to find the next occurrence of <char>)

This commit is contained in:
2025-10-17 16:19:17 +01:00
parent 09c9a92029
commit b8beeaaa60
3 changed files with 69 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
# To-do list
- Add tests for:
- `df<char>`
- `dF<char>`
- `dt<char>`
- `dT<char>`