gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Fix "Illegal variable name: a:color" issues vim 8.1+ #115

Closed eddyg closed 5 years ago

eddyg commented 5 years ago

Address issues in vim 8.1+ as a result of this vim commit.

Without this change, users receive lots of errors on startup like this:

line    3:
E461: Illegal variable name: a:color
line    5:
E121: Undefined variable: a:color
E116: Invalid arguments for function type(a:color) == type('')
rbong commented 5 years ago

Thanks for the speedy patch!