Add comment

pull/9723/head
mo8it 3 months ago
parent de3ef33959
commit 08f4ab6640

@ -215,6 +215,8 @@ fn open(cx: &mut compositor::Context, args: &[Cow<str>], event: PromptEvent) ->
} }
if to_open.is_empty() { if to_open.is_empty() {
// Nothing found to open after globbing.
// Open a new file.
open_file(cx, &path, pos)?; open_file(cx, &path, pos)?;
continue; continue;
} }

Loading…
Cancel
Save