embark-theme / vim

An ambitious theme for vim
https://embark-theme.github.io/
MIT License
648 stars 26 forks source link

Possible error in embark.vim #53

Closed unbeschwert closed 1 year ago

unbeschwert commented 1 year ago

Hi,

Recently I updated my plugins in neovim and I received an error "Illegal value underdash" when I reopened neovim.

The line call s:h("DiffText", {"bg": s:diff_changed, "gui": "underdash"}) appears to be cause.

Perhaps you meant to write 'underline' here ?

skbolton commented 1 year ago

Apologies, underdash is an option for me but this could be a situation where it is not cross compatible. Will merge fix for this.