summaryrefslogtreecommitdiffstats
path: root/src/util/load_child.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-18 22:55:09 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-18 22:55:09 -0400
commit06b2d7730d10240b471e859c7988ed219aa4c590 (patch)
treef5dcca189bb2d79c4def09540eec73cdb832c6b8 /src/util/load_child.rs
parentf3081669e488c54ab4fcae2829ea2f58f082c6e7 (diff)
remove cursormovestub and add rudimentary sort command
Diffstat (limited to 'src/util/load_child.rs')
-rw-r--r--src/util/load_child.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/load_child.rs b/src/util/load_child.rs
index 78872b8..1328eb5 100644
--- a/src/util/load_child.rs
+++ b/src/util/load_child.rs
@@ -22,7 +22,7 @@ impl LoadChild {
if path.is_dir() {
curr_tab
.history
- .create_or_update(path.as_path(), &context.config_t.sort_option)?;
+ .create_or_soft_update(path.as_path(), &context.config_t.sort_option)?;
}
}
Ok(())