Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c486 int penalty; member
608 s->penalty += START_OF_FILE_PENALTY; in score_add_split()
611 s->penalty += END_OF_FILE_PENALTY; in score_add_split()
621 s->penalty += TOTAL_BLANK_WEIGHT * total_blank; in score_add_split()
622 s->penalty += POST_BLANK_WEIGHT * post_blank; in score_add_split()
642 s->penalty += any_blanks ? in score_add_split()
663 s->penalty += any_blanks ? in score_add_split()
670 s->penalty += any_blanks ? in score_add_split()
683 return INDENT_WEIGHT * cmp_indents + (s1->penalty - s2->penalty); in score_cmp()
921 best_score.penalty = score.penalty; in xdl_change_compact()
/vim-8.2.3635/src/testdir/
H A Dtest_matchfuzzy.vim38 " non-matching leading letter(s) penalty
40 " total non-matching letter(s) penalty
44 " gap penalty
185 " non-matching leading letter(s) penalty
188 " total non-matching letter(s) penalty
/vim-8.2.3635/runtime/syntax/
H A Dinitex.vim140 \ '\\\%(un\)\=penalty\>'
250 \ '\\\%(broken\|club\|exhyphen\|floating\|hyphen\|interline\|line\|output\|widow\)penalty\>'
/vim-8.2.3635/src/
H A Dsearch.c4302 int penalty; in fuzzy_match_compute_score() local
4312 penalty = LEADING_LETTER_PENALTY * matches[0]; in fuzzy_match_compute_score()
4313 if (penalty < MAX_LEADING_LETTER_PENALTY) in fuzzy_match_compute_score()
4314 penalty = MAX_LEADING_LETTER_PENALTY; in fuzzy_match_compute_score()
4315 score += penalty; in fuzzy_match_compute_score()
/vim-8.2.3635/runtime/doc/
H A Dmotion.txt1158 bytes are used, not characters, to avoid a speed penalty (this only matters
H A Dtodo.txt4325 to avoid a performance penalty (esp. for string options)?