diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-06-08 23:22:50 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2022-06-13 10:15:44 +0200 |
commit | e3281d992e1b9366d67a4b4399e3b5e11bb6c1cc (patch) | |
tree | fe0a8377115e946faf1c0328285331b4fd6c8a4c /third-party | |
parent | dd8b6094c03362cc60d627ce709a4a0f9825b86a (diff) | |
download | rneovim-e3281d992e1b9366d67a4b4399e3b5e11bb6c1cc.tar.gz rneovim-e3281d992e1b9366d67a4b4399e3b5e11bb6c1cc.tar.bz2 rneovim-e3281d992e1b9366d67a4b4399e3b5e11bb6c1cc.zip |
fix(tests): check for EOF on exit of nvim properly
Diffstat (limited to 'third-party')
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index 6d73a02b5a..6933d263f2 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -219,7 +219,7 @@ if(USE_BUNDLED_BUSTED) # nvim-client: https://github.com/neovim/lua-client add_custom_command(OUTPUT ${ROCKS_DIR}/nvim-client COMMAND ${LUAROCKS_BINARY} - ARGS build nvim-client 0.2.3-1 ${LUAROCKS_BUILDARGS} + ARGS build nvim-client 0.2.4-1 ${LUAROCKS_BUILDARGS} DEPENDS luv) add_custom_target(nvim-client DEPENDS ${ROCKS_DIR}/nvim-client) |