From 06b2d7730d10240b471e859c7988ed219aa4c590 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Wed, 18 Mar 2020 22:55:09 -0400 Subject: remove cursormovestub and add rudimentary sort command --- src/util/load_child.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/load_child.rs') 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(()) -- cgit v1.2.3