]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0914: highlight attributes are always combined v8.0.0914
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 13:12:30 +0000 (15:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 13:12:30 +0000 (15:12 +0200)
commit0cd2a94a4030f6bd12eaec44db92db108e33c913
treedac79357ed2b9035ffe377d56bf87c2dfdda0e2d
parent9698ad7201ca1a3acec69679f1ab8b15323ff406
patch 8.0.0914: highlight attributes are always combined

Problem:    Highlight attributes are always combined.
Solution:   Add the 'nocombine' value to replace attributes instead of
            combining them. (scauligi, closes #1963)
runtime/doc/syntax.txt
src/syntax.c
src/version.c
src/vim.h