Skip to content

Commit

Permalink
fix: clear numbered command buffer on cursor move (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akmadan23 authored Mar 10, 2024
1 parent 2de86e3 commit b5609bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/numbered_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub fn numbered_command(
let _ =
command.numbered_execute(num_prefix, context, backend, keymap);
}
return Ok(());
}
_ => {
return Err(AppError::new(
Expand Down

0 comments on commit b5609bc

Please sign in to comment.