Files
neovim/runtime/lua/vim/lsp
Mathias Fussenegger 58473178ff fix(lsp): Handle nil message_callbacks
The `onexit` handler could set `message_callbacks` to `nil` within the
luv event loop while the mainloop runs a function that tries to access
`message_callbacks`.

This adds some checks to prevent errors in that case.

Fixes https://github.com/neovim/neovim/issues/14863
2021-06-25 14:45:17 +02:00
..
2021-06-14 21:45:14 +02:00
2021-06-25 14:45:17 +02:00