mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Merge
This commit is contained in:
@@ -504,7 +504,11 @@ func (m *Messenger) LoadHistory() {
|
||||
}
|
||||
}
|
||||
|
||||
m.history = decodedMap
|
||||
if decodedMap != nil {
|
||||
m.history = decodedMap
|
||||
} else {
|
||||
m.history = make(map[string][]string)
|
||||
}
|
||||
} else {
|
||||
m.history = make(map[string][]string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user