aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-12-05 14:23:37 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-12-05 14:23:37 -0300
commita31b06c44df0dded0627eae902d5744a65254e4e (patch)
tree3cb61007a75f18a0ff1d320337a56de1d9d555f9
parent45ae6eadfd3184b860ac19bd2661e1338c4efc89 (diff)
downloadrneovim-a31b06c44df0dded0627eae902d5744a65254e4e.tar.gz
rneovim-a31b06c44df0dded0627eae902d5744a65254e4e.tar.bz2
rneovim-a31b06c44df0dded0627eae902d5744a65254e4e.zip
deps: Update lua client
-rw-r--r--test/functional/helpers.lua2
-rw-r--r--third-party/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index b758817b41..15adc3b1c3 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -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)
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 2bb7fc37f2..8f1b12213d 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -281,7 +281,7 @@ if(USE_BUNDLED_LUAROCKS)
add_custom_command(OUTPUT ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client
COMMAND ${DEPS_BIN_DIR}/luarocks
- ARGS build https://raw.githubusercontent.com/neovim/lua-client/8c40a2fdad5cc407ed5781909965ac87db0aefb0/nvim-client-0.0.1-5.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR}
+ ARGS build https://raw.githubusercontent.com/neovim/lua-client/7b4c6f7ab9dd58ee1e09ba3410aca68556464555/nvim-client-0.0.1-6.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR}
DEPENDS lpeg libuv)
add_custom_target(nvim-client
DEPENDS ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client)