mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-05 05:03:23 +00:00
fix!: remove complete global (was supposed to be gone in 1.0)
This commit is contained in:
parent
61c9e12a4a
commit
eff942433d
2
lua.go
2
lua.go
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user