comparison src/screen.c @ 319:0ee579e01743

updated for version 7.0083
author vimboss
date Wed, 08 Jun 2005 22:03:13 +0000
parents 6a21eb563c34
children 2d8c2622e1fa
comparison
equal deleted inserted replaced
318:1c408f85789e 319:0ee579e01743
3582 else 3582 else
3583 char_attr = hl_combine_attr(syntax_attr, char_attr); 3583 char_attr = hl_combine_attr(syntax_attr, char_attr);
3584 } 3584 }
3585 3585
3586 /* Check spelling (unless at the end of the line). 3586 /* Check spelling (unless at the end of the line).
3587 * Only do this when there is no syntax highlighting, there is 3587 * Only do this when there is no syntax highlighting, the
3588 * on @Spell cluster or the current syntax item contains the 3588 * @Spell cluster is not used or the current syntax item
3589 * @Spell cluster. */ 3589 * contains the @Spell cluster. */
3590 if (has_spell && v >= word_end) 3590 if (has_spell && v >= word_end)
3591 { 3591 {
3592 spell_attr = 0; 3592 spell_attr = 0;
3593 if (area_attr == 0 && search_attr == 0) 3593 if (area_attr == 0 && search_attr == 0)
3594 char_attr = syntax_attr; 3594 char_attr = syntax_attr;