chrisbra / Colorizer

color hex codes and color names
547 stars 30 forks source link

Colorizer#ColorOff disables syntax highlighting #41

Closed audriusk closed 9 years ago

audriusk commented 9 years ago

Commit 3a5b2cb introduced syn clear inside Colorizer#ColorOff function, which disables syntax highlighting for current buffer. Before this change Colorizer#ColorOff only turned off color highlighting.

chrisbra commented 9 years ago

Thanks for reporting. I think I have fixed it.

audriusk commented 9 years ago

Syntax highlighting stays intact now, but I'm getting this error message:

No such highlight group name: ColorTermESC

chrisbra commented 9 years ago

Oops, sorry. Fixed that.

audriusk commented 9 years ago

Working fine now, thanks!