fix: remove typo

This commit is contained in:
CJ van den Berg 2025-11-27 16:56:54 +01:00
parent 0ab260a165
commit c65583b1ae
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -267,7 +267,6 @@ const cmds_ = struct {
pub fn extend_prev_word_start(_: *void, ctx: Ctx) Result {
try move_cursels_const_repeat(move_cursor_prev_word_start_extend, ctx);
try extend_to_word(ctx, move_cursor_word_left_helix, .backwards);
}
pub const extend_prev_word_start_meta: Meta = .{ .description = "Extend previous word start", .arguments = &.{.integer} };