mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-23 17:27:14 +09:00
option: Don't apply rmtrailingws in case of timed autosave (#2850)
This commit is contained in:
@@ -418,7 +418,7 @@ func DoEvent() {
|
||||
f.Function(f.Output, f.Args)
|
||||
case <-config.Autosave:
|
||||
for _, b := range buffer.OpenBuffers {
|
||||
b.Save()
|
||||
b.AutoSave()
|
||||
}
|
||||
case <-shell.CloseTerms:
|
||||
case event = <-screen.Events:
|
||||
|
||||
Reference in New Issue
Block a user