deps: Update lua client

This commit is contained in:
Thiago de Arruda
2014-12-05 14:23:37 -03:00
parent 45ae6eadfd
commit a31b06c44d
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ end
local function clear()
if session then
session:request('vim_command', 'qa!')
session._async_session._msgpack_stream._loop:exit()
session:exit()
end
local loop = Loop.new()
local msgpack_stream = MsgpackStream.new(loop)