Searched refs:check_need_cap (Results 1 – 3 of 3) sorted by relevance
30 int check_need_cap(linenr_T lnum, colnr_T col);
1334 if (check_need_cap(lnum, col)) in spell_move_to()2804 check_need_cap(linenr_T lnum, colnr_T col) in check_need_cap() function4320 spell_expand_need_cap = check_need_cap(curwin->w_cursor.lnum, col); in spell_expand_check_cap()
532 need_cap = check_need_cap(curwin->w_cursor.lnum, curwin->w_cursor.col); in spell_suggest()