Releases: thiagoalessio/rainbow_levels.vim
Releases · thiagoalessio/rainbow_levels.vim
Default colors for popular colorschemes
Patch: Fix unintended syntax highlight overrides
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.
Easy access to documentation
- Access plugin docs by
:h RainbowLevels
Simplified way to customize levels
- Just customize levels using highlight groups, without the need of having the
g:rainbow_levelscustom variable.
Allow use of same color for different levels
- Before every entry on
g:rainbow_levelsneeded to be unique, now they can be the same.
Better support for softtabstop
- Version
0.3.0only solved a narrow range of cases forsofttabstop
Correctly match levels with mixed tabs and spaces
- Bugfix reported on issue #6 about softtabstop support
Fix match priority and color override by loading sequence
matchaddwith priority-10, to don't go over thesearchhighlight (which has priority0)- Prevents override of
g:rainbow_levelsduring autoload if already defined on user's.vimrc
Initial Release
Enjoy the rainbows ;D