mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
options: Add capability to define the line count parsed for the signature check
This commit is contained in:
@@ -44,6 +44,7 @@ func init() {
|
||||
var optionValidators = map[string]optionValidator{
|
||||
"autosave": validateNonNegativeValue,
|
||||
"clipboard": validateClipboard,
|
||||
"detectlimit": validateNonNegativeValue,
|
||||
"tabsize": validatePositiveValue,
|
||||
"scrollmargin": validateNonNegativeValue,
|
||||
"scrollspeed": validateNonNegativeValue,
|
||||
@@ -280,6 +281,7 @@ var defaultCommonSettings = map[string]interface{}{
|
||||
"basename": false,
|
||||
"colorcolumn": float64(0),
|
||||
"cursorline": true,
|
||||
"detectlimit": float64(100),
|
||||
"diffgutter": false,
|
||||
"encoding": "utf-8",
|
||||
"eofnewline": true,
|
||||
|
||||
Reference in New Issue
Block a user