Searched refs:spell_move_to (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 8 int spell_move_to(win_T *wp, int dir, int allwords, int curline, hlf_T *attrp);
|
| /vim-8.2.3635/src/ |
| H A D | drawline.c | 850 len = spell_move_to(wp, FORWARD, TRUE, TRUE, &spell_hlf); in win_line()
|
| H A D | normal.c | 3216 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 D | insexpand.c | 4356 spell_bad_len = spell_move_to(curwin, BACKWARD, TRUE, TRUE, NULL); in spell_back_to_badword()
|
| H A D | spell.c | 1264 spell_move_to( in spell_move_to() function
|
| H A D | spellsuggest.c | 506 else if (spell_move_to(curwin, FORWARD, TRUE, TRUE, NULL) == 0 in spell_suggest()
|
| H A D | evalfunc.c | 9293 len = spell_move_to(curwin, FORWARD, TRUE, TRUE, &attr); in f_spellbadword()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6307 Solution: Obtain the current line again after calling spell_move_to().
|