h1mesuke/unite-outline

Default matcher

Closed this issue · 2 comments

Hi,

I use

call unite#filters#matcher_default#use(['matcher_fuzzy'])

to set default matcher, but unite-outline does not use the default matcher. This is easily worked around with

call unite#custom#source('outline', 'matchers', 'matcher_fuzzy')

I would expect that matcher_default should be used?

No. outline source uses original matcher to implement narrowing feature.
So you should not use default matcher.

I see.