Skip to content

Commit

Permalink
Friendly message for igrep
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Sep 27, 2024
1 parent 2921871 commit c8df115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/maple_core/src/stdio_server/provider/impls/igrep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ impl ClapProvider for IgrepProvider {
KeyEventType::Backspace => self.on_backspace(ctx).await,
KeyEventType::CarriageReturn => self.on_carriage_return(ctx).await,
KeyEventType::CtrlT | KeyEventType::CtrlX | KeyEventType::CtrlV => {
tracing::error!("TODO: impl ctrl-t/ctrl-x/ctrl-v");
ctx.vim
.echo_message("[igrep] unimplemented ctrl-t/ctrl-x/ctrl-v")?;
Ok(())
}
}
Expand Down

0 comments on commit c8df115

Please sign in to comment.