|
|
99bb3b257e
|
done with delete-around-word ('daw') tests. Next: delete-around-WORD ('daW') tests.
|
2025-12-28 01:37:29 +00:00 |
|
|
|
9e809e146a
|
done adding tests for when cursor is on a space, for 'daw' motion
|
2025-12-27 02:41:13 +00:00 |
|
|
|
d1b865bda8
|
implmenet 'daW' motion (next: test it)
|
2025-12-13 03:57:21 +00:00 |
|
|
|
7130fe7dda
|
add tests for 'diW' motion, and fix a bug in the implementation (contiguous spaces were not deleted properly)
|
2025-12-12 20:08:53 +00:00 |
|
|
|
11cb00860b
|
reimplemen 'diw' motion to fix failing test
|
2025-12-12 11:32:03 +00:00 |
|
|
|
d60e8bf7aa
|
add todo note to implement yh/yj/yk/yl motions (yank according to h/j/k/l motions)
|
2025-11-23 23:44:24 +00:00 |
|
|
|
308c28c709
|
done adding tests for 'dT<char>' motion
|
2025-10-19 14:52:04 +01:00 |
|
|
|
0799128f7c
|
add tests for 'dt<char>' motion
|
2025-10-17 16:24:43 +01:00 |
|
|
|
b8beeaaa60
|
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>)
|
2025-10-17 16:19:17 +01:00 |
|
|
|
52f8e2307c
|
add tests for 'dN' motion
|
2025-10-16 21:28:18 +01:00 |
|
|
|
ad506c0c0a
|
add tests for 'dn' motion
|
2025-10-16 21:21:09 +01:00 |
|
|
|
c4c6634d79
|
add 'D' motion, which does the same thing as 'd$' (these two aliases exist in Vim too, to do the same thing)
|
2025-10-16 15:02:45 +01:00 |
|
|
|
3e1e80cd93
|
remove 'dd' tests from todo list, because we already have tests for 'dd' motion
|
2025-10-16 14:49:27 +01:00 |
|
|
|
2667e58a26
|
done adding tests for d^ motion
|
2025-10-16 13:19:01 +01:00 |
|
|
|
7676556513
|
fix failing test for 'd$' motion, which means completing tests for 'd$' motion too
|
2025-10-16 12:07:27 +01:00 |
|
|
|
abde4dc8a6
|
add tests for 'dG' motion
|
2025-10-16 01:21:30 +01:00 |
|
|
|
a855cecd25
|
implement 'dG' motion (need to test it next)
|
2025-10-16 01:13:14 +01:00 |
|
|
|
5fcee88911
|
add tests for 'd0' motion
|
2025-10-15 22:38:15 +01:00 |
|
|
|
e1347da0e1
|
add to-do list of things to do next
|
2025-10-15 15:29:19 +01:00 |
|