vim-colorscheme-switcher icon indicating copy to clipboard operation
vim-colorscheme-switcher copied to clipboard

colorscheme fixing magic doesn't work for gruvbox

Open osfameron opened this issue 8 years ago • 0 comments

On Vim 7.4 OSX in Gui. From your post in https://github.com/altercation/solarized/issues/102 I guessed this might fix the issue with gruvbox clobbering syntax highlighting, but doesn't.

Replication 1.

  • open a Haskell file foo.hs
  • :colo distinguished
  • :colo gruvbox
  • :colo distinguished # syntax is now mis-highlighted

Replication 2.

  • open a Haskell file foo.hs
  • Press Fn8 repeatedly. Notice how every colorscheme is highlighted
  • Stop pressing Fn8 when you get to gruvbox
  • Press Shift+Fn8 to go back to the previous one # syntax is now mis-highlighted

Hope that's useful, please let me know if I can supply any more info.

osfameron avatar Sep 03 '16 03:09 osfameron