commit | a493b6506b67887a1cc2d1c00a896598c3b2d445 | [log] [tgz] |
---|---|---|
author | Brandon Richardson <brandon.richardson@siemens.com> | Sat Feb 19 11:45:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 11:45:03 2022 +0000 |
tree | 74131ce6b30567ec0f9c5bf9d80bab929abb5a16 | |
parent | 5921aeb5741fc6e84c870d68c7c35b93ad0c9f87 [diff] [blame] |
patch 8.2.4419: illegal memory access when using 20 highlights Problem: Illegal memory access when using exactly 20 highlights. Solution: Add one more item in the array. (Brandon Richardson, closes #9800)
diff --git a/src/version.c b/src/version.c index 5cb7218..eaf29a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4419, +/**/ 4418, /**/ 4417,