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 b0102b5..49e3210 100644
--- a/src/commands/tab_switch.rs
+++ b/src/commands/tab_switch.rs
@@ -26,7 +26,7 @@ impl TabSwitch {
Ok(_) => {
{
let curr_tab = &mut context.tabs[context.curr_tab_index];
- curr_tab.reload_contents(&context.config_t.sort_type);
+ curr_tab.reload_contents(&context.config_t.sort_option);
curr_tab.refresh(
view,
&context.config_t,