mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Update micro.json (#3433)
Based on the description, the type here should be boolean rather than a string.
This commit is contained in:
@@ -305,8 +305,8 @@
|
|||||||
},
|
},
|
||||||
"statusline": {
|
"statusline": {
|
||||||
"description": "Whether to display a status line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options",
|
"description": "Whether to display a status line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options",
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"default": "sudo"
|
"default": true
|
||||||
},
|
},
|
||||||
"sucmd": {
|
"sucmd": {
|
||||||
"description": "A super user command\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options",
|
"description": "A super user command\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options",
|
||||||
@@ -364,4 +364,4 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user