1
0
forked from aniani/vim

patch 8.2.0452: channel_parse_messages() fails when called recursively

Problem:    channel_parse_messages() fails when called recursively.
Solution:   Return for a recursive call. (closes #5835)
This commit is contained in:
Bram Moolenaar
2020-03-26 16:03:45 +01:00
parent 82e743c5b3
commit a9c3a30891
2 changed files with 13 additions and 2 deletions

View File

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