fix: remove unused var

insensitive-tab^2
TorchedSammy 2022-04-22 21:26:48 -04:00
parent dbb27f7739
commit 27ac60b856
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import (
rt "github.com/arnodel/golua/runtime"
)
var completer rt.Value
func fileComplete(query, ctx string, fields []string) ([]string, string) {
return matchPath(query)
}