Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4529 int matchCount; in fuzzy_match() local
4565 matchCount = fuzzy_match_recursive(pat, str, 0, &score, str, len, NULL, in fuzzy_match()
4568 if (matchCount == 0) in fuzzy_match()
4576 numMatches += matchCount; in fuzzy_match()