Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c279 int bonus; in score_wordcount_adj() local
287 bonus = SCORE_COMMON1; in score_wordcount_adj()
289 bonus = SCORE_COMMON2; in score_wordcount_adj()
291 bonus = SCORE_COMMON3; in score_wordcount_adj()
293 newscore = score - bonus / 2; in score_wordcount_adj()
295 newscore = score - bonus; in score_wordcount_adj()
/vim-8.2.3635/runtime/doc/
H A Dspell.txt222 sort the suggestions: words that have been seen before get a small bonus,
223 words that have been seen often get a bigger bonus. The COMMON item in the
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim50 " phpStrings this can be even a bonus but outside of <?php?> it is not the