From 705e68d90d6596c621093a28bf480a572a41ad02 Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Wed, 13 May 2015 22:34:49 +0300 Subject: [PATCH] indent guides fixes --- colors/gruvbox.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 5af4fee4..602edbec 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -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')