diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2019-06-23 20:10:28 +0200 |
|---|---|---|
| committer | Björn Linse <bjorn.linse@gmail.com> | 2019-06-30 13:13:08 +0200 |
| commit | d33aaa0f5f96afb1608a4a3eb2057da956a24b2b (patch) | |
| tree | 914d11e9d5d4d769069a11841371d1cc8cd1a802 /third-party | |
| parent | 7030d7daf1f40e5a3963340d1107d7b7a713df5f (diff) | |
| download | rneovim-d33aaa0f5f96afb1608a4a3eb2057da956a24b2b.tar.gz rneovim-d33aaa0f5f96afb1608a4a3eb2057da956a24b2b.tar.bz2 rneovim-d33aaa0f5f96afb1608a4a3eb2057da956a24b2b.zip | |
libluv: use luv_set_callback to control callback execution
Disable the use of deferred API functions in a fast lua callback
Correctly display error messages from a fast lua callback
Diffstat (limited to 'third-party')
| -rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index d789e48299..5db8e10a33 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -154,9 +154,9 @@ set(LIBTERMKEY_SHA256 cecbf737f35d18f433c8d7864f63c0f878af41f8bd0255a3ebb16010dc set(LIBVTERM_URL https://github.com/neovim/libvterm/archive/b45b648cab73f9667bde7c0c6045b285e22b3ecd.tar.gz) set(LIBVTERM_SHA256 37cc123deff29327efa654358c2ebaaf8589da03754ca5adb8ec47be386a0433) -set(LUV_VERSION 1.29.1-2) +set(LUV_VERSION 1.30.0-0) set(LUV_URL https://github.com/luvit/luv/archive/${LUV_VERSION}.tar.gz) -set(LUV_SHA256 e75d8fd2a14433bb798900a71e45318b3c0b8c2ef2c1c43593482ce95b4999e2) +set(LUV_SHA256 6e468fa17bf222ca8ce0bfffdbdf947fc897da48643a12955db92f80e2c852f5) set(LUA_COMPAT53_URL https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.tar.gz) set(LUA_COMPAT53_SHA256 bec3a23114a3d9b3218038309657f0f506ad10dfbc03bb54e91da7e5ffdba0a2) |