lincheney / fzf-tab-completion

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

Stop inserting spaces on empty completion attempts. #60

Closed marcopaganini closed 1 year ago

marcopaganini commented 1 year ago

This PR fixes the problem where a completion attempt that returns the empty string replaces the original prefix with a single space.

Fixes #59

lincheney commented 1 year ago

👍 looks good thanks!