aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-05-26 18:11:49 +0200
committerGitHub <noreply@github.com>2019-05-26 18:11:49 +0200
commitaabda31d5491398783ba70b2e24c58e68454db28 (patch)
treed7e098a649e5a13a2ff118d827a1a32078db60a1 /third-party
parent2b4c0181ba5a064b13f4e96e364124245e6f494c (diff)
parent8ed54bbec3b07d16658547d6bf38a1e804800341 (diff)
downloadrneovim-aabda31d5491398783ba70b2e24c58e68454db28.tar.gz
rneovim-aabda31d5491398783ba70b2e24c58e68454db28.tar.bz2
rneovim-aabda31d5491398783ba70b2e24c58e68454db28.zip
Merge pull request #9547 from bfredl/rpc_multiline_err
messages: use proper multiline errors for rpcrequest and API wrappers
Diffstat (limited to 'third-party')
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index 3fbd47bda2..de4db35bfd 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -202,7 +202,7 @@ if(USE_BUNDLED_BUSTED)
# DEPENDS on the previous module, because Luarocks breaks if parallel.
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client
COMMAND ${LUAROCKS_BINARY}
- ARGS build nvim-client 0.1.0-1 ${LUAROCKS_BUILDARGS}
+ ARGS build nvim-client 0.2.0-1 ${LUAROCKS_BUILDARGS}
DEPENDS luv)
add_custom_target(nvim-client
DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client)