]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0235: draw error when an empty group is removed from 'statusline' v8.2.0235
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Feb 2020 17:35:31 +0000 (18:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Feb 2020 17:35:31 +0000 (18:35 +0100)
commitdbe5d361feb65137099644329cf0ecfd4a945a14
treed7b2410bb7f7d3044e30056fa290ef3b26330350
parentd5b991493816a2edba7cacdd06820cf3c0abc4dc
patch 8.2.0235: draw error when an empty group is removed from 'statusline'

Problem:    Draw error when an empty group is removed from 'statusline'.
Solution:   Do not use highlighting from a removed group.
src/buffer.c
src/testdir/dumps/Test_statusline_1.dump [new file with mode: 0644]
src/testdir/test_statusline.vim
src/version.c