diff src/vim.h @ 220:01e77186b20a

updated for version 7.0062
author vimboss
date Sun, 20 Mar 2005 22:25:45 +0000
parents 80000fb16feb
children c8742c8da9ab
line wrap: on
line diff
--- 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