diff 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
line wrap: on
line diff
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -7811,7 +7811,7 @@ hl_combine_attr(char_attr, prim_attr)
 	new_en.ae_attr |= prim_attr;
     else
     {
-	spell_aep = syn_cterm_attr2entry(prim_attr);
+	spell_aep = syn_term_attr2entry(prim_attr);
 	if (spell_aep != NULL)
 	{
 	    new_en.ae_attr |= spell_aep->ae_attr;