We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd74ad commit a11713eCopy full SHA for a11713e
src/components/externaleditor.rs
@@ -36,7 +36,7 @@ impl ExternalEditorComponent {
36
}
37
38
39
- ///
+ /// opens file at given `path` in an available editor
40
pub fn open_file_in_editor(path: &Path) -> Result<()> {
41
io::stdout().execute(LeaveAlternateScreen)?;
42
defer! {
0 commit comments