autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Fix incorrect deserialization of completions on ncm2_on_complete #1151

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR fixes an issue with the deserialization of CompletionResponse in ncm2_on_complete which would cause an error on cases where no completion results were returned from the server.