simnalamburt / vim-mundo

:christmas_tree: Vim undo tree visualizer
https://simnalamburt.github.io/vim-mundo
GNU General Public License v2.0
792 stars 28 forks source link

Colors dissapear when sourcing .vimrc after plugin load #70

Closed ruohola closed 4 years ago

ruohola commented 6 years ago

Steps:

  1. Open file
  2. Open Mundo - colors show up correctly
  3. Close Mundo
  4. :so $MYVIMRC
  5. Open Mundo - Mundo is black and white
ruohola commented 6 years ago

I've noticed that this happen because of the syntax enable line in my vimrc. But this really has to be there, since it will not load syntax highlighting for new buffers after you change your vimrc if you have it in a if statement and load it only once.

simnalamburt commented 4 years ago

This issue has been fixed by https://github.com/simnalamburt/vim-mundo/pull/74