fix: remove typo
This commit is contained in:
parent
0ab260a165
commit
c65583b1ae
1 changed files with 0 additions and 1 deletions
|
|
@ -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} };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue