lincheney / fzf-tab-completion

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

Problem if the partial word is equal to some bash keyword #67

Closed przepompownia closed 1 year ago

przepompownia commented 1 year ago

For example, I cannot expand fi to firefox and git in to expected init.

lincheney commented 1 year ago

I believe should be fixed in a1468c446f007a2071de11f1d14a0b0fd3d156ee, can you test?

przepompownia commented 1 year ago

It seems to be working, thanks!