commit | 44a3f3353e0407e9fffee138125a6927d1c9e7e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 15:38:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 15:38:21 2022 +0100 |
tree | 2f8eab55877ffb8d6b51d8be01aaeeccf71db6e9 | |
parent | 1f89abf69d2c485c38da9a45161e806de0f86f2f [diff] [blame] |
patch 8.2.5063: error for a command may go over the end of IObuff Problem: Error for a command may go over the end of IObuff. Solution: Truncate the message.
diff --git a/src/version.c b/src/version.c index 5420286..dd585c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5063, +/**/ 5062, /**/ 5061,