comparison src/syntax.c @ 607:1b7cac059bab v7.0172

updated for version 7.0172
author vimboss
date Sat, 17 Dec 2005 22:10:02 +0000
parents f43150a669dc
children 732c7ae5743e
comparison
equal deleted inserted replaced
606:aa08661abaf7 607:1b7cac059bab
7809 7809
7810 if (prim_attr <= HL_ALL) 7810 if (prim_attr <= HL_ALL)
7811 new_en.ae_attr |= prim_attr; 7811 new_en.ae_attr |= prim_attr;
7812 else 7812 else
7813 { 7813 {
7814 spell_aep = syn_cterm_attr2entry(prim_attr); 7814 spell_aep = syn_term_attr2entry(prim_attr);
7815 if (spell_aep != NULL) 7815 if (spell_aep != NULL)
7816 { 7816 {
7817 new_en.ae_attr |= spell_aep->ae_attr; 7817 new_en.ae_attr |= spell_aep->ae_attr;
7818 if (spell_aep->ae_u.term.start != NULL) 7818 if (spell_aep->ae_u.term.start != NULL)
7819 { 7819 {