Skip to content

Commit a09c98a

Browse files
author
Gin
authored
Update micro.json (zyedidia#3433)
Based on the description, the type here should be boolean rather than a string.
1 parent 7dc78b7 commit a09c98a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/micro.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@
305305
},
306306
"statusline": {
307307
"description": "Whether to display a status line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options",
308-
"type": "string",
309-
"default": "sudo"
308+
"type": "boolean",
309+
"default": true
310310
},
311311
"sucmd": {
312312
"description": "A super user command\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options",
@@ -364,4 +364,4 @@
364364
}
365365
},
366366
"additionalProperties": false
367-
}
367+
}

0 commit comments

Comments
 (0)