mirror of https://github.com/helix-editor/helix
Add clarification to last buffer
parent
9baf1ecc90
commit
9640ed1425
|
@ -1392,7 +1392,7 @@ fn switch_to_last_accessed_file(cx: &mut Context) {
|
||||||
if let Some(alt) = alternate_file {
|
if let Some(alt) = alternate_file {
|
||||||
cx.editor.switch(alt, Action::Replace);
|
cx.editor.switch(alt, Action::Replace);
|
||||||
} else {
|
} else {
|
||||||
cx.editor.set_error("no last buffer".to_owned())
|
cx.editor.set_error("no last accessed buffer".to_owned())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue