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_levels
custom variable.
Allow use of same color for different levels
- Before every entry on
g:rainbow_levels
needed to be unique, now they can be the same.
Better support for softtabstop
- Version
0.3.0
only 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
matchadd
with priority-10
, to don't go over thesearch
highlight (which has priority0
)- Prevents override of
g:rainbow_levels
during autoload if already defined on user's.vimrc
Initial Release
Enjoy the rainbows ;D