diff --git a/eval.go b/eval.go index ed8eb15..b201d9b 100644 --- a/eval.go +++ b/eval.go @@ -20,12 +20,6 @@ func (e *setExpr) eval(app *app, args []string) { gOpts.anchorfind = false case "anchorfind!": gOpts.anchorfind = !gOpts.anchorfind - case "color256": - app.ui.echoerr("option color256 is deprecated") - case "nocolor256": - app.ui.echoerr("option nocolor256 is deprecated") - case "color256!": - app.ui.echoerr("option color256! is deprecated") case "dircounts": gOpts.dircounts = true case "nodircounts":