lifepillar/vim-colortemplate

Neovim error for option balloonexpr

rjurga opened this issue · 3 comments

I noticed an error happening with neovim, and it seems like it's not the first time that a similar one happens.

When I open a template file with neovim, upon loading vim-colortemplate I get the following errors:

Error detected while processing function <SNR>1_LoadFTPlugin:
line    2:
E518: Unknown option: balloonexpr<

It seems to work fine after that, except that there is no menu with the action buttons (Build, Show, etc) at the top of the neovim window. (unrelated?)

Thanks for reporting! Neovim has removed balloonexpr. The current master addresses that.

there is no menu with the action buttons (Build, Show, etc) at the top of the neovim window.

Neovim does not have the window-toolbar feature (see :help window-toolbar in Vim).

Thank you. Tested and no error anymore!