mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
backup: Clear the requested backup upon completion notification
Now the main go routine takes care of the backup synchronization.
This commit is contained in:
@@ -99,7 +99,7 @@ type SharedBuffer struct {
|
||||
diffLock sync.RWMutex
|
||||
diff map[int]DiffStatus
|
||||
|
||||
requestedBackup bool
|
||||
RequestedBackup bool
|
||||
forceKeepBackup bool
|
||||
|
||||
// ReloadDisabled allows the user to disable reloads if they
|
||||
|
||||
Reference in New Issue
Block a user