summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_comment.rs')
-rw-r--r--src/key_command/impl_comment.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index ee4a759..85be947 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -95,6 +95,7 @@ impl CommandComment for Command {
Self::SearchPrev => "Previous search entry",
Self::SelectFiles { .. } => "Select file",
+ Self::SetCaseSensitivity { .. } => "Set case sensitivity",
Self::SetMode => "Set file permissions",
Self::SubProcess { spawn: false, .. } => "Run a shell command",
Self::SubProcess { spawn: true, .. } => "Run command in background",