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:
@@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
452,
|
||||
/**/
|
||||
451,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user