From a6bf741951f6feb74b1b11fa873f2ca0cadf1d0d Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Sat, 11 Dec 2010 23:12:41 +1000 Subject: [PATCH] Lowered the indent levels option default to 30 --- plugin/indent_guides.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/indent_guides.vim b/plugin/indent_guides.vim index d15402c..47d3352 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -26,7 +26,7 @@ command! IndentGuidesDisable call s:IndentGuidesDisable() " Default options let g:indent_guides_indent_levels = \ exists('g:indent_guides_indent_levels') ? - \ g:indent_guides_indent_levels : 50 + \ g:indent_guides_indent_levels : 30 let g:indent_guides_auto_colors = \ exists('g:indent_guides_auto_colors') ?