Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4341 int neighbor = ' '; in fuzzy_match_compute_score() local
4348 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()
/vim-8.2.3635/src/testdir/
H A Dtest_window_cmd.vim1215 " Test for jumping to a vertical/horizontal neighbor window based on the