mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Adding lockbindings option for disallowing lua to modify bindings at all
This commit is contained in:
@@ -178,6 +178,8 @@ The packages and their contents are listed below (in Go type signatures):
|
||||
bind the key `k` to the string `v`. If `overwrite` is true, this will
|
||||
overwrite any existing binding to key `k`.
|
||||
Returns true if the binding was made, and a possible error.
|
||||
This operation can be rejected by `lockbindings` to prevent undesired
|
||||
actions by the user.
|
||||
|
||||
- `Reload()`: reload configuration files.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user