Explorar o código

indent guides fixes

Pavel Pertsev %!s(int64=10) %!d(string=hai) anos
pai
achega
705e68d90d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      colors/gruvbox.vim

+ 2 - 0
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')