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:
@@ -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
|
||||
|
Reference in New Issue
Block a user