Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c227 if (capcol != NULL && *capcol == 0 && wp->w_s->b_cap_prog != NULL) in spell_check()
235 if (capcol != NULL) in spell_check()
236 *capcol = -1; in spell_check()
1288 int capcol = -1; in spell_move_to() local
1325 capcol = 0; in spell_move_to()
1328 if (capcol == 0) in spell_move_to()
1335 capcol = col; in spell_move_to()
1422 capcol -= len; in spell_move_to()
1457 capcol = -1; in spell_move_to()
1488 --capcol; in spell_move_to()
[all …]
H A Devalfunc.c9303 int capcol = -1; in f_spellbadword() local
9310 len = spell_check(curwin, str, &attr, &capcol, FALSE); in f_spellbadword()
9317 capcol -= len; in f_spellbadword()
/vim-8.2.3635/src/proto/
H A Dspell.pro2 int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27153 Solution: Adjust capcol when advancing.