]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2279: computation of highlight attributes is too complicated v8.1.2279
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Nov 2019 20:28:14 +0000 (21:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Nov 2019 20:28:14 +0000 (21:28 +0100)
commitdbd4316806389e3c2240b48cc6c4d209cb1665fd
tree8e2776580d7fb87522c18e640d5b09127f2d1ff1
parent3503d7c94a6c8c2a5ca1665d648d0cb81afcc863
patch 8.1.2279: computation of highlight attributes is too complicated

Problem:    Computation of highlight attributes is too complicated.
Solution:   Simplify the attribute computation and make it more consistent.
            (closes #5190)  Fix that 'combine' set to zero doesn't work.
src/drawline.c
src/testdir/dumps/Test_textprop_01.dump
src/testdir/test_textprop.vim
src/version.c