depreciated -> deprecated
This commit is contained in:
Jonathan Neidel 2020-10-17 21:56:22 +02:00 committed by GitHub
parent 6fa6137124
commit e1cabfbf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,11 @@ func (e *setExpr) eval(app *app, args []string) {
case "anchorfind!": case "anchorfind!":
gOpts.anchorfind = !gOpts.anchorfind gOpts.anchorfind = !gOpts.anchorfind
case "color256": case "color256":
app.ui.echoerr("option color256 is depreciated") app.ui.echoerr("option color256 is deprecated")
case "nocolor256": case "nocolor256":
app.ui.echoerr("option nocolor256 is depreciated") app.ui.echoerr("option nocolor256 is deprecated")
case "color256!": case "color256!":
app.ui.echoerr("option color256! is depreciated") app.ui.echoerr("option color256! is deprecated")
case "dircounts": case "dircounts":
gOpts.dircounts = true gOpts.dircounts = true
case "nodircounts": case "nodircounts":