mirror of https://github.com/Hilbis/Hilbish
fix: remove unused var
parent
dbb27f7739
commit
27ac60b856
|
@ -11,8 +11,6 @@ import (
|
||||||
rt "github.com/arnodel/golua/runtime"
|
rt "github.com/arnodel/golua/runtime"
|
||||||
)
|
)
|
||||||
|
|
||||||
var completer rt.Value
|
|
||||||
|
|
||||||
func fileComplete(query, ctx string, fields []string) ([]string, string) {
|
func fileComplete(query, ctx string, fields []string) ([]string, string) {
|
||||||
return matchPath(query)
|
return matchPath(query)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue