Home
last modified time | relevance | path

Searched refs:spell_attr (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Ddrawline.c317 int spell_attr = 0; // attributes desired by spelling in win_line() local
870 spell_attr = highlight_attr[spell_hlf]; in win_line()
1889 spell_attr = 0; in win_line()
1944 spell_attr = highlight_attr[spell_hlf]; in win_line()
1963 if (spell_attr != 0) in win_line()
1966 char_attr = hl_combine_attr(char_attr, spell_attr); in win_line()
1968 char_attr = hl_combine_attr(spell_attr, char_attr); in win_line()