mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Add toggle & togglelocal command (#3783)
This commit is contained in:
@@ -139,8 +139,9 @@ var LocalSettings = []string{
|
||||
}
|
||||
|
||||
var (
|
||||
ErrInvalidOption = errors.New("Invalid option")
|
||||
ErrInvalidValue = errors.New("Invalid value")
|
||||
ErrInvalidOption = errors.New("Invalid option")
|
||||
ErrInvalidValue = errors.New("Invalid value")
|
||||
ErrOptNotToggleable = errors.New("Option not toggleable")
|
||||
|
||||
// The options that the user can set
|
||||
GlobalSettings map[string]any
|
||||
|
||||
Reference in New Issue
Block a user