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

pull/131/head
TorchedSammy 2022-03-27 21:10:13 -04:00
parent 61c9e12a4a
commit eff942433d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 2 deletions

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)