summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appexecute.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appexecute.rs')
-rw-r--r--src/key_command/impl_appexecute.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_appexecute.rs b/src/key_command/impl_appexecute.rs
index 53a051f..c369dcc 100644
--- a/src/key_command/impl_appexecute.rs
+++ b/src/key_command/impl_appexecute.rs
@@ -26,7 +26,7 @@ impl AppExecute for Command {
Self::ParentDirectory => change_directory::parent_directory(context),
Self::PreviousDirectory => change_directory::previous_directory(context),
- Self::NewTab => tab_ops::new_tab(context),
+ Self::NewTab { mode } => tab_ops::new_tab(context, mode),
Self::CloseTab => tab_ops::close_tab(context),
Self::CommandLine { prefix, suffix } => command_line::read_and_execute(
context,