Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro30 int check_need_cap(linenr_T lnum, colnr_T col);
/vim-8.2.3635/src/
H A Dspell.c1334 if (check_need_cap(lnum, col)) in spell_move_to()
2804 check_need_cap(linenr_T lnum, colnr_T col) in check_need_cap() function
4320 spell_expand_need_cap = check_need_cap(curwin->w_cursor.lnum, col); in spell_expand_check_cap()
H A Dspellsuggest.c532 need_cap = check_need_cap(curwin->w_cursor.lnum, curwin->w_cursor.col); in spell_suggest()