summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-20 22:25:45 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-20 22:25:45 +0000
commit2e4096b0775518cabcd9e295cf1d96b211699135 (patch)
tree9e003f0cf8af42ab66d62964d4b6938ee80dec6e /src/vim.h
parenta0dea674b853b56fc9fa09727de6ef3d6281746a (diff)
downloadvim-git-2e4096b0775518cabcd9e295cf1d96b211699135.tar.gz
updated for version 7.0062
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index 4538d3594..f03028296 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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