Add clarification to last buffer
This commit is contained in:
parent
9baf1ecc90
commit
9640ed1425
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ fn switch_to_last_accessed_file(cx: &mut Context) {
|
|||
if let Some(alt) = alternate_file {
|
||||
cx.editor.switch(alt, Action::Replace);
|
||||
} else {
|
||||
cx.editor.set_error("no last buffer".to_owned())
|
||||
cx.editor.set_error("no last accessed buffer".to_owned())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue