1
0
forked from aniani/vim

patch 8.1.1605: Vim may delay processing messages on a json channel

Problem:    Vim may delay processing messages on a json channel. (Pontus
            Leitzler)
Solution:   Try parsing json when checking if there is readahead.
This commit is contained in:
Bram Moolenaar
2019-06-28 22:06:49 +02:00
parent 13b47c37a6
commit 4340fc95d5
2 changed files with 8 additions and 2 deletions

View File

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