TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

Error detected while processing function vimade#FadeCurrentBuffer #2

Closed lholden closed 5 years ago

lholden commented 5 years ago

With the plugin installed and using gvim only (seems to work fine from the terminal), I get "Error detected while processing function vimade#FadeCurrentBuffer with a bunch of spam about "W18: Invalid character group in name". This seems to continue on some level as I navigate around and etc.

I am on vim 8.1

Love the idea of the plugin.

Error detected while processing function vimade#FadeCurrentBuffer:
line    1:
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
TaDaa commented 5 years ago

thanks for opening this! I have not tried gvim yet, but I will take a look later tonight

phodge commented 5 years ago

FWIW I got the same result in neovim v0.3.1

TaDaa commented 5 years ago

Was able to reproduce the w18 error in nvim, I am thinking gvim also did not like the '#' symbol in the highlight name, so it might be solved there as well. Let me know if you are still seeing the error.

lholden commented 5 years ago

Just pulled down the latest release and it seems to be fixed for me now!