Files
oak-gpui/crates
Hans 7d30175527 vim: Add repeat support for add_surround (#14746)
Fix: #14242

At present, we don't trigger the method `start_recording(cx)` to start
recording when typing add_surround, so it can't be repeated well, delete
and change actually don't increase, but when entering `d` and `c`, it
happens that these two operations are recorded, I think maybe we also
need to call `start_recording(cx)` when calling delete_surround and
change_surround, otherwise when the user modifies their shortcuts, these
two functions may not be supported by repeat

Release Notes:

- N/A
2024-07-18 11:54:59 -06:00
..
2024-05-29 18:06:45 -07:00
2024-05-29 18:06:45 -07:00
2024-04-30 23:31:59 -06:00
2024-06-12 23:22:52 +03:00
2024-06-12 23:22:52 +03:00
2024-06-18 12:16:54 -07:00
2024-03-11 10:45:57 +01:00
2024-07-10 21:14:34 -06:00
2024-07-15 17:04:15 -06:00
2024-07-15 17:04:15 -06:00
2024-05-23 15:50:59 +02:00
2024-06-21 16:32:32 -07:00
2024-07-15 17:04:15 -06:00
2024-04-15 14:21:52 +02:00
2024-07-17 13:54:52 -04:00