Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c230 static int spell_edit_score_limit_w(slang_T *slang, char_u *badword, char_u *goodword, int limit);
4145 return spell_edit_score_limit_w(slang, badword, goodword, limit); in spell_edit_score_limit()
4301 spell_edit_score_limit_w( in spell_edit_score_limit_w() function