1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-08-12 15:12:30 +02:00
parent 9698ad7201
commit 0cd2a94a40
4 changed files with 18 additions and 10 deletions

View File

@@ -680,7 +680,8 @@ extern int (*dyn_libintl_putenv)(const char *envstring);
#define HL_UNDERLINE 0x08
#define HL_UNDERCURL 0x10
#define HL_STANDOUT 0x20
#define HL_ALL 0x3f
#define HL_NOCOMBINE 0x40
#define HL_ALL 0x7f
/* special attribute addition: Put message in history */
#define MSG_HIST 0x1000