Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4397 int recursiveMatch = FALSE; in fuzzy_match_recursive() local
4452 if (!recursiveMatch || recursiveScore > bestRecursiveScore) in fuzzy_match_recursive()
4458 recursiveMatch = TRUE; in fuzzy_match_recursive()
4484 if (recursiveMatch && (!matched || bestRecursiveScore > *outScore)) in fuzzy_match_recursive()