mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge PR #1616 'Update lua client'
This commit is contained in:
commit
40adddd8e5
@ -161,7 +161,7 @@ end
|
|||||||
local function clear()
|
local function clear()
|
||||||
if session then
|
if session then
|
||||||
session:request('vim_command', 'qa!')
|
session:request('vim_command', 'qa!')
|
||||||
session._async_session._msgpack_stream._loop:exit()
|
session:exit()
|
||||||
end
|
end
|
||||||
local loop = Loop.new()
|
local loop = Loop.new()
|
||||||
local msgpack_stream = MsgpackStream.new(loop)
|
local msgpack_stream = MsgpackStream.new(loop)
|
||||||
|
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
@ -281,7 +281,7 @@ if(USE_BUNDLED_LUAROCKS)
|
|||||||
|
|
||||||
add_custom_command(OUTPUT ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client
|
add_custom_command(OUTPUT ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client
|
||||||
COMMAND ${DEPS_BIN_DIR}/luarocks
|
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)
|
DEPENDS lpeg libuv)
|
||||||
add_custom_target(nvim-client
|
add_custom_target(nvim-client
|
||||||
DEPENDS ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client)
|
DEPENDS ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client)
|
||||||
|
Loading…
Reference in New Issue
Block a user