agude / vim-eldar

A dark color scheme for vim based on Elflord.
MIT License
72 stars 13 forks source link

Error on start when using Quick-Scope #1

Closed XiaochenCui closed 7 years ago

XiaochenCui commented 7 years ago
Error detected while processing function <SNR>60_set_highlight_colors[37]..<SNR>60_add_to_highlight_group:
line    1:
E417: missing argument: ctermbg=
Error detected while processing function <SNR>60_set_highlight_colors[38]..<SNR>60_add_to_highlight_group:
line    1:
E417: missing argument: ctermbg=
Press ENTER or type command to continue

VIM - Vi IMproved 8.0 Ubuntu 14.04

agude commented 7 years ago

Thanks for the report @XiaochenCui. I'll try to reproduce this tonight. I haven't yet installed Vim8 (I'm mostly on Neovim now) so I'll need to do that first.

agude commented 7 years ago

Looks like this is related to unblevable/quick-scope. I'll try to debug further.

agude commented 7 years ago

It looks like this is a bug in quickscope.

I installed quickscope and I only get the error when I load a color scheme with cursorline set. Is that the same for you?

agude commented 7 years ago

@XiaochenCui Please update and let me know if this commit fixed it. Thanks!

XiaochenCui commented 7 years ago

@agude I checked plugins installed, and there is quick-scope inside it. So it's not vim-eldar's problem. Thanks for reply. :+1:

XiaochenCui commented 7 years ago

@agude Thanks you, problem solved after your new commit.