Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E121: Undefined variable and E15: Invalid expression errors #2

Closed
ghost opened this issue Jul 1, 2018 · 1 comment
Closed

E121: Undefined variable and E15: Invalid expression errors #2

ghost opened this issue Jul 1, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 1, 2018

I get this error when I set g:gruvbox_plugin_hi_groups to 1:

Error detected while processing /home/???/.local/share/nvim/bundle/vim-gruvbox8/colors/gruvbox8_hard.vim:
line  235:
E121: Undefined variable: #504945
E15: Invalid expression: #504945
line  850:
E121: Undefined variable: #d5c4a1
E15: Invalid expression: #d5c4a1

I think you must use strings in the templates.
Example _plugins.colortemplate line: 73:

let g:indentLine_color_gui = '@guibg2'
@lifepillar
Copy link
Owner

Good catch, thanks!

One of the reasons I created gruvbox8 is to avoid using filetype and plugin specific highlight groups, so that part has not been tested much. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant