]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0452: channel_parse_messages() fails when called recursively v8.2.0452
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Mar 2020 15:03:45 +0000 (16:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Mar 2020 15:03:45 +0000 (16:03 +0100)
commita9c3a30891edd7347d94298c48ea68bb5c165fd7
tree654fef67cc3e83391400502c362c7c064f70808a
parent82e743c5b343847d88b958594ad3433213ef9405
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)
src/channel.c
src/version.c