Commit Graph

16 Commits

Author SHA1 Message Date
3f6eaa730a add search-list tests for 'dn' motion 2026-02-14 20:56:11 +00:00
1b07323e54 add search-list tests for 'd^' motion 2026-02-10 10:11:32 +00:00
756f44e7f8 add tests for 'd$' motion, and fix bug. When we are extending an existing match and reached the last index of the buffer, we used to return the searchList right away. However, we are meant to add the extended match before returning the searchList. We do this now, and the bug is fixed. 2026-02-10 09:56:35 +00:00
3c0a1dc034 add search-list tests for 'd0' motion 2026-02-10 09:10:19 +00:00
e0517ca8cd add tests related to searchList for 'dG' and 'dgg' motions 2026-02-10 08:57:32 +00:00
9a374d30f3 add search-list tests for 'dge' and 'dgE' motions 2026-02-09 22:30:48 +00:00
a270879216 add tests regarding search-list for 'db' and 'dB' motions 2026-02-09 02:31:36 +00:00
66ac1cbc34 add search-list tests for 'de' and 'dE' motions 2026-02-09 02:11:01 +00:00
5fc1b10b24 add tests regarding search list for 'dW' motion 2026-02-09 02:00:34 +00:00
49b7f748aa add search-list tests for 'dw' motion 2026-02-09 01:56:29 +00:00
ed8d336794 add search-list tests for 'dk' motion 2026-02-08 20:27:18 +00:00
482a8f073c add tests regarding searchList for 'dd' motion 2026-02-08 18:48:07 +00:00
c87ef22ec7 add search-list-deletion tests for 'dj' motion 2026-02-08 11:49:03 +00:00
bb4d1d318e add a couple of more tests asserting searchList state after deletion 2026-02-08 10:13:30 +00:00
6c1e5777d1 begin adding tests for how searchList should be after a deletion 2026-02-08 09:54:39 +00:00
ef43efb680 rename some test files 2026-01-15 12:32:13 +00:00