Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c221 …, char_u *goodword, int badlen, int score, int altscore, int had_bonus, slang_T *slang, int maxsf);
3485 int maxsf) // su_maxscore applies to soundfold score, in add_suggestion() argument
3591 if (maxsf) in add_suggestion()