summaryrefslogtreecommitdiffstats
path: root/src/commands/numbered_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/numbered_command.rs')
-rw-r--r--src/commands/numbered_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/numbered_command.rs b/src/commands/numbered_command.rs
index 5072e0a..266446a 100644
--- a/src/commands/numbered_command.rs
+++ b/src/commands/numbered_command.rs
@@ -52,7 +52,7 @@ pub fn numbered_command(
prefix.push(c);
}
key => match keymap.default_view.get(&key) {
- Some(CommandKeybind::SimpleKeybind(command)) => {
+ Some(CommandKeybind::SimpleKeybind { command, .. }) => {
return command.numbered_execute(num_prefix, context, backend, keymap);
}
_ => {