mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.
94 stars 9 forks source link

Requires bash-completion #9

Closed Lenbok closed 8 years ago

Lenbok commented 8 years ago

If bash-completion is not installed, then _get_comp_words_by_ref is not available, and fuzzy_bash_completion produces a bunch of error messages when you try to use it.

At the least, it would be good to list this in the requirements.

mgalgs commented 8 years ago

Ah, didn't know _get_comp_words_by_ref was from bash-completion. I had made a note about optionally needing the bash-completion package here but looks like it's not optional after all.