commit | bb277fd89fd7c665d51be2a08993732d46c208ef | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Nov 24 20:28:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 20:28:31 2021 +0000 |
tree | 3aca842784a9d85907078aeeb95d74239f2b83c9 | |
parent | 510d8e6056d89d903511c4498afec23f76b4f2a4 [diff] [blame] |
patch 8.2.3668: messages may be corrupted Problem: Messages may be corrupted. Solution: Use another buffer instead of IObuff. (Yegappan Lakshmanan, closes #9195)
diff --git a/src/version.c b/src/version.c index 42cfafa..a225e18 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3668, +/**/ 3667, /**/ 3666,