1
0
forked from aniani/vim

patch 8.2.4780: parsing an LSP message fails when it is split

Problem:    Parsing an LSP message fails when it is split.
Solution:   Collapse the received data before parsing. (Yegappan Lakshmanan,
            closes #10215)
This commit is contained in:
Yegappan Lakshmanan
2022-04-18 14:07:46 +01:00
committed by Bram Moolenaar
parent 53e8f3ffdf
commit 03cca297df
5 changed files with 53 additions and 16 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4780,
/**/
4779,
/**/