commit | 85b6747abc15a7a81086db31289cf1b8b17e6cb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 11:55:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 11:55:02 2022 +0000 |
tree | 5fbac72647079ea80b7a09895c9cd2ff4e62f0db | |
parent | 76687d27173e64d739ea371751697c03ad0821ef [diff] [blame] |
patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode Problem: Illegal memory access with large 'tabstop' in Ex mode. Solution: Allocate enough memory.
diff --git a/src/version.c b/src/version.c index 2846ea9..5d7eccb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4214, +/**/ 4213, /**/ 4212,