diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 4eb776163..99f9aaa33 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -1215,9 +1215,9 @@ fn goto_file_impl(cx: &mut Context, action: Action) { Err(e) => { cx.editor.set_error(format!("Open file failed: {:?}", e)); } + } } } - } } /// Opens the given url. If the URL points to a valid textual file it is open in helix.