From fd688c675bd06c3c30dd98afd0e74f97db28f5d5 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sat, 19 Dec 2020 16:59:09 +0300 Subject: [PATCH] remove deprecated `color256` option --- eval.go | 6 ------ 1 file changed, 6 deletions(-) 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":