lincheney / fzf-tab-completion

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

Update raw_comp_words instead of COMP_WORDS #104

Closed raghavendra-talur closed 2 months ago

raghavendra-talur commented 3 months ago

In _fzf_bash_completion_expand_alias() updating COMP_WORDS results in loss of expansion as _fzf_bash_completion_unquote_strings() uses raw_comp_words for further modifications.

JanTvrdik commented 2 months ago

I confirm that this resolved broken alias completion for me.