Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4328 int_u prevIdx = matches[i - 1]; in fuzzy_match_compute_score() local
4331 if (currIdx == (prevIdx + 1)) in fuzzy_match_compute_score()
4334 score += GAP_PENALTY * (currIdx - prevIdx); in fuzzy_match_compute_score()