parent
6fa6137124
commit
e1cabfbf56
6
eval.go
6
eval.go
@ -21,11 +21,11 @@ func (e *setExpr) eval(app *app, args []string) {
|
||||
case "anchorfind!":
|
||||
gOpts.anchorfind = !gOpts.anchorfind
|
||||
case "color256":
|
||||
app.ui.echoerr("option color256 is depreciated")
|
||||
app.ui.echoerr("option color256 is deprecated")
|
||||
case "nocolor256":
|
||||
app.ui.echoerr("option nocolor256 is depreciated")
|
||||
app.ui.echoerr("option nocolor256 is deprecated")
|
||||
case "color256!":
|
||||
app.ui.echoerr("option color256! is depreciated")
|
||||
app.ui.echoerr("option color256! is deprecated")
|
||||
case "dircounts":
|
||||
gOpts.dircounts = true
|
||||
case "nodircounts":
|
||||
|
Loading…
Reference in New Issue
Block a user