Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c219 static int spell_bad_len = 0; // length of located bad word variable
1648 spell_bad_len = 0; // need to redetect bad word in ins_compl_new_leader()
4044 if (spell_bad_len > 0) in ins_complete()
4045 compl_col = curs_col - spell_bad_len; in ins_complete()
4356 spell_bad_len = spell_move_to(curwin, BACKWARD, TRUE, TRUE, NULL); in spell_back_to_badword()