1
0
forked from aniani/vim

patch 8.0.1556: may not parse the t_RS response correctly

Problem:    May not parse the t_RS response correctly, resulting in wrong
            characters in the input stream.
Solution:   When the t_RS response is partly received wait for more
            characters.
This commit is contained in:
Bram Moolenaar
2018-03-02 20:58:42 +01:00
parent 77780b66f4
commit 590ec878a5
2 changed files with 36 additions and 23 deletions

View File

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