finish reimplementing 'di<symbol>' and 'da<symbol>' motions so that they align more closely with the behaviour of Vim. (Todo: test them next)

This commit is contained in:
2026-01-02 20:07:36 +00:00
parent 886f384490
commit bce2a5a22d
4 changed files with 138 additions and 154 deletions

View File

@@ -1,9 +1,7 @@
# To-do list
- Add tests for:
- 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
- `di<symbol>` and `da<symbol>`
Afterwards, add tests for yanking.