aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/util.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-02-17 22:41:13 -0800
committerJustin M. Keyes <justinkz@gmail.com>2020-02-17 22:41:13 -0800
commit6d48d0bd1598182c874f1ad5d72b4671944308bb (patch)
tree6b476388b9b5ab51afdebfa4362cd810f1f5cee6 /runtime/lua/vim/lsp/util.lua
parenta2efc9cf8b0fdf14b01156ba424145e1847f789c (diff)
downloadrneovim-6d48d0bd1598182c874f1ad5d72b4671944308bb.tar.gz
rneovim-6d48d0bd1598182c874f1ad5d72b4671944308bb.tar.bz2
rneovim-6d48d0bd1598182c874f1ad5d72b4671944308bb.zip
loop_close: call uv_stop(), fix bug
- Call uv_stop(). - Restore `uv_loop_close` condition (braindead cosmetic change from a2efc9cf8b0f that caused uv_loop_close *not* to be called if wait=false, sorry). Not doing `uv_walk(() => uv_close)`: see source comment for explanation. fix #11820 fix #7376 Q: Should we restore use of `UV_RUN_DEFAULT`/`UV_RUN_ONCE` (removed in a2efc9cf8b0f)? A: The while-loop (hopefully) achieves the same purpose while avoiding a hang.
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
0 files changed, 0 insertions, 0 deletions