Update lua client to 0.0.1-24

The new version of the lua client uses libmpack as a backend, and some test
scripts had to be updated to reflect that.
This commit is contained in:
Thiago de Arruda
2016-04-13 09:21:32 -03:00
parent 10a8bb02ac
commit c18d5917e3
14 changed files with 54 additions and 90 deletions

View File

@@ -25,7 +25,7 @@ local session = nil
local reset = function(...)
if session then
session:exit(0)
session:close()
end
session = spawn(nvim_argv(...))
set_session(session)