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:
committed by
Bram Moolenaar
parent
53e8f3ffdf
commit
03cca297df
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4780,
|
||||
/**/
|
||||
4779,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user