]> granicus.if.org Git - vim/commit
patch 8.2.4419: illegal memory access when using 20 highlights v8.2.4419
authorBrandon Richardson <brandon.richardson@siemens.com>
Sat, 19 Feb 2022 11:45:03 +0000 (11:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Feb 2022 11:45:03 +0000 (11:45 +0000)
commita493b6506b67887a1cc2d1c00a896598c3b2d445
tree74131ce6b30567ec0f9c5bf9d80bab929abb5a16
parent5921aeb5741fc6e84c870d68c7c35b93ad0c9f87
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)
src/buffer.c
src/testdir/test_tabline.vim
src/version.c