comparison src/structs.h @ 680:5b101ff9d4c4 v7.0203

updated for version 7.0203
author vimboss
date Tue, 21 Feb 2006 22:12:05 +0000
parents e649c78407e6
children 9364d114ed8d
comparison
equal deleted inserted replaced
679:e629de7618da 680:5b101ff9d4c4
917 * Used for highlighting in the status line. 917 * Used for highlighting in the status line.
918 */ 918 */
919 struct stl_hlrec 919 struct stl_hlrec
920 { 920 {
921 char_u *start; 921 char_u *start;
922 int userhl; 922 int userhl; /* 0: no HL, 1-9: User HL, < 0 for syn ID */
923 }; 923 };
924 924
925 /* Item for a hashtable. "hi_key" can be one of three values: 925 /* Item for a hashtable. "hi_key" can be one of three values:
926 * NULL: Never been used 926 * NULL: Never been used
927 * HI_KEY_REMOVED: Entry was removed 927 * HI_KEY_REMOVED: Entry was removed