Searched refs:fuzzy_match (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 39 int fuzzy_match(char_u *str, char_u *pat_arg, int matchseq, int *outScore, int_u *matches, int maxM…
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 4513 fuzzy_match( in fuzzy_match() function 4680 && fuzzy_match(itemstr, str, matchseq, &score, matches, in fuzzy_match_in_list()
|
| H A D | quickfix.c | 5994 while (fuzzy_match(str + col, spat, FALSE, &score, matches, sz) > 0) in vgr_match_buflines()
|