junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.49k stars 115 forks source link

Does not unset gui highlight #139

Closed notj closed 7 years ago

notj commented 7 years ago

s:set_color does not handle unsetting the highlight vars attached to the gui variable for the group called in s:tranquilize

Terminal StatusLine StatusLineNC

junegunn commented 7 years ago

Although I can't reproduce the problem, the original code looks definitely wrong, I'll merge your pull request. Thanks.