mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-13 18:40:26 +09:00
@@ -471,7 +471,9 @@ func main() {
|
||||
f.function(f.output, f.args...)
|
||||
continue
|
||||
case <-autosave:
|
||||
CurView().Save(true)
|
||||
if CurView().Buf.Path != "" {
|
||||
CurView().Save(true)
|
||||
}
|
||||
case event = <-events:
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user