fzf does not clean lines

Created on 23 Jan 2017  路  4Comments  路  Source: junegunn/fzf

  • Category

    • [ ] fzf binary

    • [ ] fzf-tmux script

    • [ ] Key bindings

    • [x] Completion

    • [ ] Vim

    • [ ] Neovim

    • [ ] Etc.

  • OS

    • [x] Linux

    • [ ] Mac OS X

    • [ ] Windows

    • [ ] Windows Subsystem for Linux

    • [ ] Etc.

  • Shell

    • [ ] bash

    • [x] zsh

    • [ ] fish


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
fzf_comple_pre

Then you invoke fzf:

cd /etc/**<TAB>

fzf_comple_post

bug

Most helpful comment

Yeah, and 0.16.2 is out.

All 4 comments

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?

https://github.com/junegunn/fzf-bin/releases/alpha

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?

https://github.com/junegunn/fzf-bin/releases/alpha

I confirm that the bug has been fixed in the alpha release

Yeah, and 0.16.2 is out.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chrisamow picture chrisamow  路  3Comments

ahmedelgabri picture ahmedelgabri  路  3Comments

aleclarson picture aleclarson  路  3Comments

erusev picture erusev  路  3Comments

asilvadesigns picture asilvadesigns  路  3Comments