summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzad <49314270+Akmadan23@users.noreply.github.com>2024-03-10 20:47:38 +0100
committerGitHub <noreply@github.com>2024-03-10 15:47:38 -0400
commitb5609bc43f82928f464911ed5c5e7cda5aa2014e (patch)
tree2c2afd460e801544bd694313d2118ce8133830ec
parent2de86e369748b5f62e08ea1abb133f9816d60b8b (diff)
fix: clear numbered command buffer on cursor move (#505)
-rw-r--r--src/commands/numbered_command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/numbered_command.rs b/src/commands/numbered_command.rs
index 5afe57f..a7f9f0c 100644
--- a/src/commands/numbered_command.rs
+++ b/src/commands/numbered_command.rs
@@ -57,6 +57,7 @@ pub fn numbered_command(
let _ =
command.numbered_execute(num_prefix, context, backend, keymap);
}
+ return Ok(());
}
_ => {
return Err(AppError::new(