lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
623 stars 40 forks source link

No completion for "which" command #66

Closed adoyle-h closed 1 year ago

adoyle-h commented 1 year ago

Problem

There is no completion for which command.

Expected

It should list available commands.

Environments

fzf-tab-completion: commit d88bf5b6 iTerm2: 3.5.0beta10 bash: 5.2.2 tmux: 3.3a

lincheney commented 1 year ago

Can you confirm, when you run complete | grep which do you get something like complete -c which

adoyle-h commented 1 year ago
CleanShot 2023-03-09 at 18 31 59@2x

And which <Tab> will list commands in my shell when fzf-tab-completion disabled.

lincheney commented 1 year ago

This is fixed in https://github.com/lincheney/fzf-tab-completion/commit/61e47000cb21ab85f83341903b7507ee1b7e0ae9

adoyle-h commented 1 year ago

Great! Thank you!