remove deprecated color256 option

This commit is contained in:
Gokcehan 2020-12-19 16:59:09 +03:00
parent 851e079a82
commit fd688c675b

View File

@ -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":