Floobits / floobits-neovim

Floobits plugin for NeoVim
Apache License 2.0
167 stars 7 forks source link

:FlooOpenInBrowser triggers a bug in neovim #41

Closed ggreer closed 7 years ago

ggreer commented 7 years ago

Relevant log: https://gist.github.com/ggreer/6cac03efa49a063e1eb8ff19dfe513d6

It looks like the bug is in https://github.com/neovim/neovim/blob/master/src/nvim/msgpack_rpc/helpers.c#L558

NO_RESPONSE is max 64 bit int. :/

ggreer commented 7 years ago

Duplicate of #35. Whoops.

justinmk commented 7 years ago

What's the bug? Is that value being used as a channel id for some reason?

ggreer commented 7 years ago

Explained in https://github.com/Floobits/floobits-neovim/issues/35#issuecomment-278488028 and fixed in https://github.com/Floobits/floobits-neovim/commit/00753bee4e4465914829782e57a1182c765fea15