lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
652 stars 41 forks source link

Bash completion - Fixed completion for subshells in DQ #26

Closed tseeker closed 3 years ago

tseeker commented 4 years ago

Some function calls were missing the _fzf_bash_completion prefix, and a call to _fzf_bash_completion_parse_dq passed the input data incorrectly. This fixes issue #23.

lincheney commented 3 years ago

thanks!