comparison src/vim.h @ 385:bd4c7ce1da02

updated for version 7.0100
author vimboss
date Sat, 02 Jul 2005 23:10:47 +0000
parents d2bc505a6d91
children aa550d9d2403
comparison
equal deleted inserted replaced
384:6f42fce917a8 385:bd4c7ce1da02
1135 , HLF_CHD /* Changed diff line */ 1135 , HLF_CHD /* Changed diff line */
1136 , HLF_DED /* Deleted diff line */ 1136 , HLF_DED /* Deleted diff line */
1137 , HLF_TXD /* Text Changed in diff line */ 1137 , HLF_TXD /* Text Changed in diff line */
1138 , HLF_SC /* Sign column */ 1138 , HLF_SC /* Sign column */
1139 , HLF_SPB /* SpellBad */ 1139 , HLF_SPB /* SpellBad */
1140 , HLF_SPC /* SpellCap */
1140 , HLF_SPR /* SpellRare */ 1141 , HLF_SPR /* SpellRare */
1141 , HLF_SPL /* SpellLocal */ 1142 , HLF_SPL /* SpellLocal */
1142 , HLF_COUNT /* MUST be the last one */ 1143 , HLF_COUNT /* MUST be the last one */
1143 }; 1144 };
1144 1145
1145 /* the HL_FLAGS must be in the same order as the HLF_ enums! */ 1146 /* the HL_FLAGS must be in the same order as the HLF_ enums! */
1146 #define HL_FLAGS {'8', '@', 'd', 'e', 'h', 'i', 'l', 'm', 'M', \ 1147 #define HL_FLAGS {'8', '@', 'd', 'e', 'h', 'i', 'l', 'm', 'M', \
1147 'n', 'r', 's', 'S', 'c', 't', 'v', 'V', 'w', 'W', \ 1148 'n', 'r', 's', 'S', 'c', 't', 'v', 'V', 'w', 'W', \
1148 'f', 'F', 'A', 'C', 'D', 'T', '>', 'B', 'R', 'L'} 1149 'f', 'F', 'A', 'C', 'D', 'T', '>', 'B', 'P', 'R', 'L'}
1149 1150
1150 /* 1151 /*
1151 * Boolean constants 1152 * Boolean constants
1152 */ 1153 */
1153 #ifndef TRUE 1154 #ifndef TRUE