fzf-tab icon indicating copy to clipboard operation
fzf-tab copied to clipboard

[BUG] incompatible with `_match` completer

Open Aloxaf opened this issue 4 years ago • 0 comments

zstyle ':completion:*' completer _complete _match
_tst() {
  compadd aloxaf/fzf-tab junegunn/fzf another/project
}
compdef _tst tst

tst *tab<tab> get no result

Aloxaf avatar Nov 10 '20 11:11 Aloxaf