Skip to content

Releases: thiagoalessio/rainbow_levels.vim

Default colors for popular colorschemes

04 Sep 19:18
a874b71
Compare
Choose a tag to compare

Patch: Fix unintended syntax highlight overrides

23 Jun 11:09
b5b4fee
Compare
Choose a tag to compare

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

25 Apr 22:37
69dc81a
Compare
Choose a tag to compare
  • Access plugin docs by :h RainbowLevels

Simplified way to customize levels

18 Apr 17:50
e0d03d1
Compare
Choose a tag to compare
  • 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

23 Dec 13:33
24d3755
Compare
Choose a tag to compare
  • Before every entry on g:rainbow_levels needed to be unique, now they can be the same.

Better support for softtabstop

22 Dec 15:34
d444ec3
Compare
Choose a tag to compare
  • Version 0.3.0 only solved a narrow range of cases for softtabstop

Correctly match levels with mixed tabs and spaces

21 Dec 20:33
1e27519
Compare
Choose a tag to compare
  • Bugfix reported on issue #6 about softtabstop support

Fix match priority and color override by loading sequence

20 Dec 16:39
b1aed60
Compare
Choose a tag to compare
  • 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

Initial Release

20 Dec 16:40
11dced2
Compare
Choose a tag to compare

Enjoy the rainbows ;D