mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Fix serialization
This commit is contained in:
@@ -348,6 +348,7 @@ func (h *BufHandler) SaveAll() bool {
|
||||
|
||||
// Save the buffer to disk
|
||||
func (h *BufHandler) Save() bool {
|
||||
h.Buf.Save()
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user