Searched refs:neighbor (Results 1 – 2 of 2) sorted by relevance
4341 int neighbor = ' '; in fuzzy_match_compute_score() local4348 neighbor = (*mb_ptr2char)(p); in fuzzy_match_compute_score()4356 neighbor = str[currIdx - 1]; in fuzzy_match_compute_score()4360 if (vim_islower(neighbor) && vim_isupper(curr)) in fuzzy_match_compute_score()4364 if (neighbor == '/' || neighbor == '\\') in fuzzy_match_compute_score()4366 else if (neighbor == ' ' || neighbor == '_') in fuzzy_match_compute_score()
1215 " Test for jumping to a vertical/horizontal neighbor window based on the