0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0172

This commit is contained in:
Bram Moolenaar
2005-12-17 22:10:02 +00:00
parent acf534595b
commit 3b18181f28
3 changed files with 7 additions and 6 deletions

View File

@@ -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;