comparison src/vim.h @ 12317:2a8890b80923 v8.0.1038

patch 8.0.1038: strike-through text not supported commit https://github.com/vim/vim/commit/cf4b00c856ef714482d8d060332ac9a4d74e6b88 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 2 18:33:56 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2017 18:45:04 +0200
parents c952a6af25e0
children a7eca57d35ee
comparison
equal deleted inserted replaced
12316:a1d3a6d6af2c 12317:2a8890b80923
679 #define HL_ITALIC 0x04 679 #define HL_ITALIC 0x04
680 #define HL_UNDERLINE 0x08 680 #define HL_UNDERLINE 0x08
681 #define HL_UNDERCURL 0x10 681 #define HL_UNDERCURL 0x10
682 #define HL_STANDOUT 0x20 682 #define HL_STANDOUT 0x20
683 #define HL_NOCOMBINE 0x40 683 #define HL_NOCOMBINE 0x40
684 #define HL_ALL 0x7f 684 #define HL_STRIKETHROUGH 0x80
685 #define HL_ALL 0xff
685 686
686 /* special attribute addition: Put message in history */ 687 /* special attribute addition: Put message in history */
687 #define MSG_HIST 0x1000 688 #define MSG_HIST 0x1000
688 689
689 /* 690 /*