summaryrefslogtreecommitdiffstats
path: root/src/key_command/mod.rs
diff options
context:
space:
mode:
authorsushi-shi <47691267+sushi-shi@users.noreply.github.com>2022-02-23 20:39:46 +0300
committerGitHub <noreply@github.com>2022-02-23 12:39:46 -0500
commitfe3308c75da696b37c970c12ef9cefe942fa8377 (patch)
treeb4baefda219918cd9603b7dc3e1d2ab222eb28c1 /src/key_command/mod.rs
parent1a78bb897a191ce5e816bf690be52ec03222369f (diff)
Add incremental search (#140)
Diffstat (limited to 'src/key_command/mod.rs')
-rw-r--r--src/key_command/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key_command/mod.rs b/src/key_command/mod.rs
index 6d7bcfe..f337c0d 100644
--- a/src/key_command/mod.rs
+++ b/src/key_command/mod.rs
@@ -8,6 +8,7 @@ mod impl_appexecute;
mod impl_comment;
mod impl_display;
mod impl_from_str;
+mod impl_interactive;
mod impl_numbered;
pub use self::command::*;