mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Better actions error message
This commit is contained in:
@@ -103,7 +103,7 @@ func BufMapKey(k Event, action string) {
|
|||||||
afn = f
|
afn = f
|
||||||
names = append(names, a)
|
names = append(names, a)
|
||||||
} else {
|
} else {
|
||||||
screen.TermMessage("Error:", a, "does not exist")
|
screen.TermMessage("Error in bindings: action", a, "does not exist")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
actionfns = append(actionfns, afn)
|
actionfns = append(actionfns, afn)
|
||||||
|
|||||||
Reference in New Issue
Block a user