Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c228 static int spell_edit_score(slang_T *slang, char_u *badword, char_u *goodword);
2930 stp->st_altscore = spell_edit_score(slang, in score_combine()
3333 goodscore += spell_edit_score(slang, su->su_badword, p); in add_sound_suggest()
4001 spell_edit_score( in spell_edit_score() function