jaxbot / semantic-highlight.vim

Semantic Highlighting for Vim
http://jaxbot.me/
488 stars 33 forks source link

Dosen't work after change background (dark/light) #55

Open Newlifer opened 8 years ago

Newlifer commented 8 years ago

Steps to reproduce:

  1. Set semantic highlight (like call: :SemanticHightlight);
  2. Change backgound (:background={dark|light});

Toggling both: background and semantic highlighting not successful.

Settings are default.

faceleg commented 8 years ago

Does restarting vim work?

Using vim or neovim? versions?

Newlifer commented 8 years ago

Does restarting vim work?

Yes.

Using vim or neovim? versions?

VIM. Full :version output: http://lpaste.net/163758

pocomane commented 7 years ago

I have the same issue (with Windows+givim). After a background change, I can do a ":so semhl.vim" to let it work.