Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c310 int has_spell = FALSE; // this buffer has spell checking in win_line() local
507 has_spell = TRUE; in win_line()
700 if (has_spell && !number_only) in win_line()
841 if (has_spell) in win_line()
1487 has_spell ? &can_spell : in win_line()
1887 if (has_spell && v >= word_end && v > cur_checked_col) in win_line()