lincheney / fzf-tab-completion

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

completion removes > symbol #17

Closed laur89 closed 3 years ago

laur89 commented 4 years ago

Reproduce: echo a >/dev<TAB>

gets completed into echo a /dev/

OS: debian testing shell: bash version 5.0.18(1)-release fzf-tab-completion: 527ac6c fzf: 0.23.1 (fc7630a) Only using the bash hook (ie without readline modification)

lincheney commented 3 years ago

hi, this has been fixed in #20