2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

fix!: remove complete global (was supposed to be gone in 1.0)

This commit is contained in:
TorchedSammy 2022-03-27 21:10:13 -04:00
parent 61c9e12a4a
commit eff942433d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

2
lua.go
View File

@ -46,8 +46,6 @@ func luaInit() {
}
})
l.SetGlobal("complete", l.NewFunction(hlcomplete))
// Add more paths that Lua can require from
l.DoString("package.path = package.path .. " + requirePaths)