bfrg / vim-fzy

Run fzy asynchronously in a Vim (popup) terminal-window
13 stars 1 forks source link

'g:fzy.showinfo' seems to crash the displaying of commands #7

Closed saccarosium closed 1 week ago

saccarosium commented 1 week ago

Hi, I've activate the showinfo configuration option and the fzy terminal wouldn't appear. After some investigation I found that the '--show-info' flag isn't present in fzy anymore.

details OS: Arch Linux fzy version: 1.0

bfrg commented 1 week ago

I just checked the latest version from Github and the option --show-info is still present. IIRC Arch won't install the latest fzy version from Github, only the latest release. This new option was added after the 1.0 release. There's even a 4 year old issue about tagging a new release.

saccarosium commented 1 week ago

Thanks that was really confusing