cloudhead/neovim-fuzzy

Unknown function: win_getid

silenc3r opened this issue · 3 comments

I get following error when trying to use this plugin:

Error detected while processing function <SNR>17_fuzzy:
line   47:
E117: Unknown function: win_getid
E15: Invalid expression: win_getid()

Neovim version: 0.1.4
Terminal: Gnome Terminal
$TERM: xterm-256color
system: Fedora 23

Upgrade your neovim, the `win_getid´ function was ported for 0.1.5, see neovim/neovim#5117.

It'd be good to specify minimal neovim version in dependencies.

Yep, fixed (5cb4c82).