@@ -45,15 +45,15 @@ let g:indent_guides_color_hex_guibg_pattern = 'guibg=\zs' . g:indent_guides_col
45
45
let g: indent_guides_color_name_guibg_pattern = " guibg='\\ ?\\ zs[0-9A-Za-z ]\\ +\\ ze'\\ ?"
46
46
47
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' , 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_enable_on_vim_startup' , 0 )
54
- call s: InitVariable (' g:indent_guides_debug' , 0 )
55
- call s: InitVariable (' g:indent_guides_space_guides' , 1 )
56
- call s: InitVariable (' g:indent_guides_soft_pattern' , ' \s' )
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' , 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_enable_on_vim_startup' , 0 )
54
+ call s: InitVariable (' g:indent_guides_debug' , 0 )
55
+ call s: InitVariable (' g:indent_guides_space_guides' , 1 )
56
+ call s: InitVariable (' g:indent_guides_soft_pattern' , ' \s' )
57
57
58
58
59
59
if ! exists (' g:indent_guides_exclude_filetypes' )
0 commit comments