Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/commands.rs')
| -rw-r--r-- | helix-term/src/commands.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 54dcc98f..0c12c7f6 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -164,7 +164,6 @@ impl MappableCommand { let mut cx = compositor::Context { editor: cx.editor, jobs: cx.jobs, - scroll: None, }; if let Err(e) = (command.fun)(&mut cx, &args[..], PromptEvent::Validate) { cx.editor.set_error(format!("{}", e)); |