mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
* Rewrite save with sudo (Fixes #1383) * Combine overrideFile & overrideFileAsRoot into 1 function
This commit is contained in:
@@ -39,7 +39,7 @@ func (b *Buffer) Serialize() error {
|
||||
b.ModTime,
|
||||
})
|
||||
return err
|
||||
})
|
||||
}, false)
|
||||
}
|
||||
|
||||
func (b *Buffer) Unserialize() error {
|
||||
|
||||
Reference in New Issue
Block a user