summaryrefslogtreecommitdiffstats
path: root/src/commands/tab_switch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/tab_switch.rs')
-rw-r--r--src/commands/tab_switch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/tab_switch.rs b/src/commands/tab_switch.rs
index ed2548c..f277110 100644
--- a/src/commands/tab_switch.rs
+++ b/src/commands/tab_switch.rs
@@ -28,7 +28,7 @@ impl TabSwitch {
context
.tab_context_mut()
.curr_tab_mut()
- .history
+ .history_mut()
.create_or_soft_update(path.as_path(), &options);
Ok(())
}