Searched refs:matchseq (Results 1 – 4 of 4) 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/testdir/ |
| H A D | test_matchfuzzy.vim | 55 …l(['bar foo'], ['foo bar', 'bar foo', 'foobar', 'barfoo']->matchfuzzy('bar foo', {'matchseq' : 1})) 56 … [#{text: 'one two'}, #{text: 'two one'}]->matchfuzzy('two one', #{key: 'text', matchseq: v:true}))
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 4516 int matchseq, in fuzzy_match() argument 4542 if (matchseq) in fuzzy_match() 4619 int matchseq, in fuzzy_match_in_list() argument 4680 && fuzzy_match(itemstr, str, matchseq, &score, matches, in fuzzy_match_in_list() 4796 int matchseq = FALSE; in do_fuzzymatch() local 4854 matchseq = TRUE; in do_fuzzymatch() 4887 matchseq, key, &cb, retmatchpos, rettv->vval.v_list); in do_fuzzymatch()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 7965 matchseq When this item is present and {str} contains 8014 \ {'matchseq': 1})
|