1
0
forked from aniani/vim

updated for version 7.0100

This commit is contained in:
Bram Moolenaar
2005-07-02 23:10:47 +00:00
parent 0f7d31ad83
commit f9184a1d31
3 changed files with 187 additions and 59 deletions

View File

@@ -1137,6 +1137,7 @@ enum hlf_value
, HLF_TXD /* Text Changed in diff line */
, HLF_SC /* Sign column */
, HLF_SPB /* SpellBad */
, HLF_SPC /* SpellCap */
, HLF_SPR /* SpellRare */
, HLF_SPL /* SpellLocal */
, HLF_COUNT /* MUST be the last one */
@@ -1145,7 +1146,7 @@ enum hlf_value
/* the HL_FLAGS must be in the same order as the HLF_ enums! */
#define HL_FLAGS {'8', '@', 'd', 'e', 'h', 'i', 'l', 'm', 'M', \
'n', 'r', 's', 'S', 'c', 't', 'v', 'V', 'w', 'W', \
'f', 'F', 'A', 'C', 'D', 'T', '>', 'B', 'R', 'L'}
'f', 'F', 'A', 'C', 'D', 'T', '>', 'B', 'P', 'R', 'L'}
/*
* Boolean constants