]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1689: 'colorcolumn' doesn't show in indent v8.2.1689
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2020 18:52:26 +0000 (20:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2020 18:52:26 +0000 (20:52 +0200)
commitad5e5631c5dc93a50bbe637be254c5e9968848ea
tree1e45c995ab1ef7772891db27cccf65dc26232a2a
parentc8f12c9856df58c760fe54d81b2ec5ed4dcaffd6
patch 8.2.1689: 'colorcolumn' doesn't show in indent

Problem:    'colorcolumn' doesn't show in indent.
Solution:   Also draw the column when draw_state is WL_BRI or WL_SBR.
            (Alexey Demin, closes #6948, closes #6619)
src/drawline.c
src/testdir/dumps/Test_colorcolumn_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_colorcolumn_3.dump [new file with mode: 0644]
src/testdir/test_highlight.vim
src/version.c