From 249e98dc508219489d953d81c7583bffe9e89acc Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Tue, 7 Dec 2010 23:05:01 +1000 Subject: [PATCH] Tweaked the help file --- doc/indent_guides.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 52990fd..c3c70b9 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -55,11 +55,11 @@ Default: 1. Values: 0 or 1. < *'indent_guides_auto_colors_change_percent'* -Use this option to control the percent the highlight colors will be lightened -or darkened. +Use this option to control the percent at which the highlight colors will be +lightened or darkened. Default: 0.10. Values: between 0 and 1. > - let g:indent_guides_auto_colors_change_percent = 0.20 + let g:indent_guides_auto_colors_change_percent = 0.10 < ==============================================================================