We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349edc9 commit bd16c77Copy full SHA for bd16c77
plugin/indent_guides.vim
@@ -47,7 +47,7 @@ let g:indent_guides_color_name_guibg_pattern = "guibg='\\?\\zs[0-9A-Za-z ]\\+\\z
47
" Configurable global variables
48
call s:InitVariable('g:indent_guides_indent_levels', 30)
49
call s:InitVariable('g:indent_guides_auto_colors', 1 )
50
-call s:InitVariable('g:indent_guides_color_change_percent', 5 ) " ie. 5%
+call s:InitVariable('g:indent_guides_color_change_percent', 10) " ie. 10%
51
call s:InitVariable('g:indent_guides_guide_size', 0 )
52
call s:InitVariable('g:indent_guides_start_level', 1 )
53
call s:InitVariable('g:indent_guides_debug', 0 )
0 commit comments