From b500a2a138d315dcf98935563b8ea4a7e9b2fe5d Mon Sep 17 00:00:00 2001 From: Wojciech Kępka Date: Sun, 13 Jun 2021 07:31:25 +0200 Subject: commands: Add more write commands --- helix-term/src/ui/prompt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/ui/prompt.rs') diff --git a/helix-term/src/ui/prompt.rs b/helix-term/src/ui/prompt.rs index 8367b12c..c6429736 100644 --- a/helix-term/src/ui/prompt.rs +++ b/helix-term/src/ui/prompt.rs @@ -18,7 +18,7 @@ pub struct Prompt { pub doc_fn: Box Option<&'static str>>, } -#[derive(PartialEq)] +#[derive(Clone, PartialEq)] pub enum PromptEvent { /// The prompt input has been updated. Update, -- cgit v1.2.3-70-g09d2