Fix serialization

This commit is contained in:
Zachary Yedidia
2018-08-29 20:53:40 -04:00
parent ab37901f98
commit 47c899ae46
6 changed files with 68 additions and 51 deletions

View File

@@ -348,6 +348,7 @@ func (h *BufHandler) SaveAll() bool {
// Save the buffer to disk
func (h *BufHandler) Save() bool {
h.Buf.Save()
return false
}