jordwalke / vim-reasonml

esy + vim + reason +the latest Merlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim issues

aweis opened this issue · comments

Noticed an issue with a clean nvim setup when adding this plugin using vim-plug

Error detected while processing vim/plugged/vim-reasonml/plugin/console.vim:
line   31:
E121: Undefined variable: v:none
E116: Invalid arguments for function type

Seems to be an issue with this commit for backwards compatibility with vim:

4b5bdcf

:version
NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3

Commenting out the polyfill lines seems to fix it