0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0062

This commit is contained in:
Bram Moolenaar
2005-03-20 22:25:45 +00:00
parent a0dea674b8
commit 2e4096b077
8 changed files with 606 additions and 1 deletions

View File

@@ -1141,13 +1141,16 @@ enum hlf_value
, HLF_DED /* Deleted diff line */
, HLF_TXD /* Text Changed in diff line */
, HLF_SC /* Sign column */
, HLF_SPB /* SpellBad */
, HLF_SPR /* SpellRare */
, HLF_SPL /* SpellLocal */
, HLF_COUNT /* MUST be the last one */
};
/* 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', '>'}
'f', 'F', 'A', 'C', 'D', 'T', '>', 'B', 'R', 'L'}
/*
* Boolean constants