mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.1038: strike-through text not supported
Problem: Strike-through text not supported. Solution: Add support for the "strikethrough" attribute. (Christian Brabandt, Ken Takata)
This commit is contained in:
@@ -681,7 +681,8 @@ extern int (*dyn_libintl_putenv)(const char *envstring);
|
||||
#define HL_UNDERCURL 0x10
|
||||
#define HL_STANDOUT 0x20
|
||||
#define HL_NOCOMBINE 0x40
|
||||
#define HL_ALL 0x7f
|
||||
#define HL_STRIKETHROUGH 0x80
|
||||
#define HL_ALL 0xff
|
||||
|
||||
/* special attribute addition: Put message in history */
|
||||
#define MSG_HIST 0x1000
|
||||
|
Reference in New Issue
Block a user