]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1922: LSP server request message is misinterpreted as a response message v9.0.1922
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 20 Sep 2023 18:32:55 +0000 (20:32 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 20 Sep 2023 18:32:55 +0000 (20:32 +0200)
commit78c5a5abc657f0173551157547213d8bbb033fd4
treeef0de2fdfd99d81d9bf1167296f62f583d59796c
parent87018255e3ad0f4dfa03e20318836d24af721caf
patch 9.0.1922: LSP server request message is misinterpreted as a response message

Problem:  LSP server request message is misinterpreted as a response message
Solution: Check that the message does not have the "message" field

closes: #13133

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
src/channel.c
src/version.c