diff --git a/helix-term/src/ui/prompt.rs b/helix-term/src/ui/prompt.rs index 6e0f79f0e..6ba2fcb9e 100644 --- a/helix-term/src/ui/prompt.rs +++ b/helix-term/src/ui/prompt.rs @@ -103,7 +103,6 @@ impl Prompt { self } - /// Sets the line of the prompt as if the user has typed that text manually pub fn set_line(&mut self, line: String, editor: &Editor) { let cursor = line.len(); self.line = line;