Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro8 int spell_move_to(win_T *wp, int dir, int allwords, int curline, hlf_T *attrp);
/vim-8.2.3635/src/
H A Ddrawline.c850 len = spell_move_to(wp, FORWARD, TRUE, TRUE, &spell_hlf); in win_line()
H A Dnormal.c3216 len = spell_move_to(curwin, FORWARD, TRUE, TRUE, NULL); in nv_zet()
4778 if (spell_move_to(curwin, cap->cmdchar == ']' ? FORWARD : BACKWARD, in nv_brackets()
H A Dinsexpand.c4356 spell_bad_len = spell_move_to(curwin, BACKWARD, TRUE, TRUE, NULL); in spell_back_to_badword()
H A Dspell.c1264 spell_move_to( in spell_move_to() function
H A Dspellsuggest.c506 else if (spell_move_to(curwin, FORWARD, TRUE, TRUE, NULL) == 0 in spell_suggest()
H A Devalfunc.c9293 len = spell_move_to(curwin, FORWARD, TRUE, TRUE, &attr); in f_spellbadword()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6307 Solution: Obtain the current line again after calling spell_move_to().