summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_comment.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2024-03-15 18:50:19 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2024-03-15 18:50:19 -0400
commit0dd87e2ec4385adb97a33e2b595fa8d674f46ae5 (patch)
tree4587c3d9f75881f97b166cc7a17241fdf7f4c08f /src/key_command/impl_comment.rs
parentcbb062d15b5d2a03f2872063f0af0c560d47db0b (diff)
parent2536838ce31955ec55561aabb4b86fdd4bc984df (diff)
Merge branch 'main' of github.com:kamiyaa/joshuto
Diffstat (limited to 'src/key_command/impl_comment.rs')
-rw-r--r--src/key_command/impl_comment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index bcfd3c9..6fa744d 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -119,7 +119,7 @@ impl CommandComment for Command {
Self::Flat { .. } => "Flattern directory list",
Self::NumberedCommand { .. } => "Jump via input number",
- Self::Sort(sort_type) => match sort_type {
+ Self::Sort { sort_type, .. } => match sort_type {
SortType::Lexical => "Sort lexically",
SortType::Mtime => "Sort by modification time",
SortType::Natural => "Sort naturally",