Rainbow Levels.vim Versions Save

A different approach to code highlighting.

0.7.1

5 years ago

I simply wanted to set default values for those highlight groups, in case it was not defined already by the user ... But in fact it was overriding whatever values were set previously.

0.7.0

6 years ago
  • Access plugin docs by :h RainbowLevels

0.6.0

6 years ago
  • Just customize levels using highlight groups, without the need of having the g:rainbow_levels custom variable.

0.5.0

6 years ago
  • Before every entry on g:rainbow_levels needed to be unique, now they can be the same.

0.4.0

6 years ago
  • Version 0.3.0 only solved a narrow range of cases for softtabstop

0.3.0

6 years ago
  • Bugfix reported on issue #6 about softtabstop support

0.1.0

6 years ago

Enjoy the rainbows ;D

0.2.0

6 years ago
  • matchadd with priority -10, to don't go over the search highlight (which has priority 0)
  • Prevents override of g:rainbow_levels during autoload if already defined on user's .vimrc