neovim/runtime/lua/vim
Mathias Fußenegger df726408d7
lsp: Fix "client has shut down" errors during initializing (#13103)
Language servers can already send log messages to the client while the
server is still being initialized.

This currently leads to "client has shut down" messages which are
confusing to the user as the server is properly starting.

To fix this this changes the `get_client_by_id` method to also return a
client if it is still initializing.
2020-10-22 14:59:17 -04:00
..
lsp Opts.wrap_at is sometimes a bool, ensure it falls back to a valid number in the call to math.min 2020-10-04 01:06:44 -07:00
treesitter treesitter: allow multiple highlighters per buffer 2020-10-12 18:23:14 +02:00
compat.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
highlight.lua fix(highlight): compare rows vs columns in range highlight check (#12852) 2020-09-05 17:22:54 -04:00
inspect.lua lua: metatable for empty dict value 2020-01-01 19:26:29 +01:00
lsp.lua lsp: Fix "client has shut down" errors during initializing (#13103) 2020-10-22 14:59:17 -04:00
shared.lua test/vim.validate(): assert normalized stacktrace 2020-10-05 09:47:59 -04:00
treesitter.lua treesitter: allow custom parser for highlighter 2020-10-12 18:23:14 +02:00
uri.lua doc: Add docs for uri functions (#12887) 2020-09-14 09:12:17 -04:00