version: 0.16.1
When fzf is invoked it does not clean the lines before to populate them. Thus if there is already something drown under the current line fzf will overlap it.
You can reproduce it with the following steps:
cd /etc/<TAB>
If you have autocompletion enabled you should see something like

Then you invoke fzf:
cd /etc/**<TAB>

I believe it's fixed in devel branch. The fix will be included in the next version.
Can you check if the alpha binary in the link below doesn't have the issue?
Fixed in 0.16.2.
I believe it's fixed in devel branch. The fix will be included in the next version.
Can you check if the alpha binary in the link below doesn't have the issue?
I confirm that the bug has been fixed in the alpha release
Yeah, and 0.16.2 is out.
Most helpful comment
Yeah, and 0.16.2 is out.