summaryrefslogtreecommitdiffstats
path: root/src/commands/tab_ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/tab_ops.rs')
-rw-r--r--src/commands/tab_ops.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/tab_ops.rs b/src/commands/tab_ops.rs
index f1adfe2..e519267 100644
--- a/src/commands/tab_ops.rs
+++ b/src/commands/tab_ops.rs
@@ -159,7 +159,6 @@ pub fn new_tab(context: &mut AppContext, mode: &NewTabMode) -> AppResult {
.clone();
let dirlists = generate_entries_to_root(
new_tab_path.as_path(),
- context.config_ref(),
&new_tab_history,
context.ui_context_ref(),
context.config_ref().display_options_ref(),