Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dsearch.pro39 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 Dtest_matchfuzzy.vim55 …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 Dsearch.c4516 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 Deval.txt7965 matchseq When this item is present and {str} contains
8014 \ {'matchseq': 1})