mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
No backups for no name files
This commit is contained in:
@@ -58,7 +58,7 @@ func (i *InfoBuf) Message(msg ...interface{}) {
|
||||
displayMessage := fmt.Sprint(msg...)
|
||||
// if there is no active prompt then style and display the message as normal
|
||||
i.Msg = displayMessage
|
||||
i.HasMessage = true
|
||||
i.HasMessage, i.HasError = true, false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user