Add Open command for view

This commit is contained in:
Zachary Yedidia
2016-09-06 19:58:34 -04:00
parent 0373589ab8
commit e643860e3d
4 changed files with 46 additions and 17 deletions

View File

@@ -307,6 +307,7 @@ func main() {
L.SetGlobal("HandleShellCommand", luar.New(L, HandleShellCommand))
L.SetGlobal("GetLeadingWhitespace", luar.New(L, GetLeadingWhitespace))
L.SetGlobal("MakeCompletion", luar.New(L, MakeCompletion))
L.SetGlobal("NewBuffer", luar.New(L, NewBuffer))
// Used for asynchronous jobs
L.SetGlobal("JobStart", luar.New(L, JobStart))