Searched refs:capcol (Results 1 – 4 of 4) sorted by relevance
227 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() local1325 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 …]
9303 int capcol = -1; in f_spellbadword() local9310 len = spell_check(curwin, str, &attr, &capcol, FALSE); in f_spellbadword()9317 capcol -= len; in f_spellbadword()
2 int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount);
27153 Solution: Adjust capcol when advancing.