mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Fix save message
This commit is contained in:
parent
737ceaed34
commit
cbaf9617f5
1 changed files with 2 additions and 1 deletions
|
@ -218,8 +218,9 @@ func (v *View) Save() {
|
|||
err := v.buf.Save()
|
||||
if err != nil {
|
||||
messenger.Error(err.Error())
|
||||
} else {
|
||||
messenger.Message("Saved " + v.buf.path)
|
||||
}
|
||||
messenger.Message("Saved " + v.buf.path)
|
||||
}
|
||||
|
||||
// Copy the selection to the system clipboard
|
||||
|
|
Loading…
Reference in a new issue