indent guides fixes

This commit is contained in:
Pavel Pertsev
2015-05-13 22:34:49 +03:00
parent 5e20a2b15d
commit 705e68d90d

View File

@@ -592,7 +592,9 @@ hi! link SneakStreakStatusLine Search
if !exists('g:indent_guides_auto_colors')
let g:indent_guides_auto_colors = 0
endif
if g:indent_guides_auto_colors == 0
if g:gruvbox_invert_indent_guides == 0
call s:HL('IndentGuidesOdd', 'bg', 'dark2')
call s:HL('IndentGuidesEven', 'bg', 'dark1')