junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
61.96k stars 2.34k forks source link

last commit broke fzf.vim integration #3842

Closed drzhivago420 closed 1 month ago

drzhivago420 commented 1 month ago

Checklist

Output of fzf --version

0.29 (devel)

OS

Shell

Problem / Steps to reproduce

Was updating my work machine plugins and noticed fzf stopped working. Checked my home machine and same thing after updating.

BREAKS ON: "fzf": { "branch": "master", "commit": "590060a16b85270c19c605e8758cda16c4517086" },

WORKS AFTER REVERTING TO: fzf": { "branch": "master", "commit": "124cd70710cb7c94ef2282773494bb0d727598d8" },

fzf

junegunn commented 1 month ago

0.29 (devel)

You should upgrade your fzf binary as well. :call fzf#install() will do.