mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "bcfbb20685fb1ebf16a6312f172df1ba86de4d56" and "970fe43413337a7d8f5cca5a5cf336429add5cfd" have entirely different histories.
bcfbb20685
...
970fe43413
|
@ -31,9 +31,9 @@ the README.md and PR request.
|
|||
2. Say in the pull request details the changes to the shell,
|
||||
this includes useful file locations and breaking changes.
|
||||
|
||||
3. We use [SemVer](http://semver.org/) for versioning and
|
||||
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
|
||||
for commit messages.
|
||||
3. The versioning scheme we use is [SemVer](http://semver.org/) and the
|
||||
commit scheme we use is
|
||||
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
|
||||
Please document any backwards incompatible changes and be sure to name
|
||||
your commits correctly.
|
||||
|
||||
|
|
2
lua.go
2
lua.go
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
var minimalconf = `prompt '& '`
|
||||
|
||||
func luaInit() {
|
||||
func LuaInit() {
|
||||
l = lua.NewState()
|
||||
l.OpenLibs()
|
||||
|
||||
|
|
Loading…
Reference in New Issue