diff --git a/src/components/externaleditor.rs b/src/components/externaleditor.rs index 0034e0a5..14c370ee 100644 --- a/src/components/externaleditor.rs +++ b/src/components/externaleditor.rs @@ -36,7 +36,7 @@ impl ExternalEditorComponent { } } - /// + /// opens file at given `path` in an available editor pub fn open_file_in_editor(path: &Path) -> Result<()> { io::stdout().execute(LeaveAlternateScreen)?; defer! {