vim:
Error running /bin/zsh "/var/folders/f3/l0x65b_j2c90lr5g6d_0y6x80000gn/T/v4Vnsdl/4"|"/Users/xlc/.fzf/bin/fzf" --color=bg+:237,bg:235,spinner:104,hl:168,fg:249,header:30,info:176,poi
nter:160,marker:36,fg+:36,prompt:134,hl+:81 --color=bg+:237,bg:235,spinner:104,hl:168,fg:249,header:30,info:176,pointer:160,marker:36,fg+:36,prompt:134,hl+:81 -m --prompt '~/' --ex
pect=ctrl-v,ctrl-x,ctrl-t --height=19 > /var/folders/f3/l0x65b_j2c90lr5g6d_0y6x80000gn/T/v4Vnsdl/3

neovim:

I notice that you have just released a new version and I also update to the latest, does it caused by the new release? Is there any notes for this release?
Rerun the install script (~/.fzf/install) to download the latest binary.
Thanks!
I hit this same wall while using fzf in nvim inside iTerm. What's weird is that it works most of the time, but it fails about 3/10 times.
You can check if the command printed in the error message works outside of nvim.
I'm also getting this random segfaults errors while in the terminal (outside vim)
/usr/local/bin/fzf-tmux: line 89: 54372 Segmentation fault: 11 fzf "${args[@]}"
Please post the full command you executed.
fzf-tmux to fzf?I'm getting the original issue in vim. I've re-run the installation command to download the latest binary like you mentioned.
I had updated the binary in my global installation of fzf, but not the one in ~/.vim/plugged/fzf. Updating there fixed this issue.
I completely uninstalled fzf and installed the latest version and the problem went away. It's been working perfectly for the last 2 weeks. 馃帀
@junegunn I thought I'd ask here before I open a new issue, but I keep randomly having this error and it's annoying to the point that's making me consider not use fzf, which is one of my favorite plugins.
I've reinstalled fzf and fzf-git from aur mutliple times, updating the script from vim every time as well, but no matter what this error keeps coming back, and worst of all it makes my cpu spike to high temperatures until I kill it with ctrl+c.
The full error that I get is:
Error running ( /bin/zsh '/tmp/nvimghd8Jx/4' )|'fzf' --history '/home/yama/.local/share/fzf-
history/FZF' --color=bg+:#383a3e,spinner:#F92772,hl:#75715E,fg:#E8E8E3,header:#75715E,info:#
A6E22D,pointer:#F92772,marker:#66d9ef,fg+:#E8E8E3,prompt:#F92772,hl+:#F92772 '--multi' '--pr
ompt' '~/' --expect=ctrl-v,ctrl-x,ctrl-t --no-height > /tmp/nvimghd8Jx/3
Most helpful comment
Rerun the install script (~/.fzf/install) to download the latest binary.