mirror of https://github.com/Hilbis/Hilbish
fix!: remove complete global (was supposed to be gone in 1.0)
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
|
// Add more paths that Lua can require from
|
||||||
l.DoString("package.path = package.path .. " + requirePaths)
|
l.DoString("package.path = package.path .. " + requirePaths)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue