lincheney / fzf-tab-completion

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

Not working example in bash #63

Closed przepompownia closed 1 year ago

przepompownia commented 1 year ago

Assuming that ~/.vim exists, try to complete directory inside

(exec "$(command -pv nvim)" -u ~/.vi

I see no results.

Using alternative shortcut "\es": menu-complete in ~/.inputrc I get ~/.vim in results.

lincheney commented 1 year ago

Thanks for the bug report. I've just pushed up fe55b78679227a477cc4987299d432e5726aee9d which I think solves this issue. Can you give it a try and let me know?

przepompownia commented 1 year ago

The change looks non-trivially and works

image

Thanks!