From 0c214805f29b3073c56a7dbd40a008a529e9f257 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Mon, 17 Jan 2011 20:38:35 +1000 Subject: [PATCH] Updated the help file to reflect the latest changes --- doc/indent_guides.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 7374a63..d003160 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -9,8 +9,8 @@ Author: Nate Kane -Version: 1.2 -Last Change: 10 Jan 2011 +Version: 1.3 +Last Change: 17 Jan 2011 ============================================================================== CONTENTS *indent-guides-contents* @@ -95,9 +95,9 @@ in an autocmd. Use this option to control the percent at which the highlight colors will be lightened or darkened. -Default: 5 (5%). Values: between 0 and 100. +Default: 10 (10%). Values: between 0 and 100. > - let g:indent_guides_color_change_percent = 5 + let g:indent_guides_color_change_percent = 10 < ------------------------------------------------------------------------------ @@ -203,10 +203,16 @@ Bug reports, feedback, suggestions etc are welcomed. ============================================================================== 7. CHANGELOG *indent-guides-changelog* +1.3~ + * Changed the default value of g:|indent_guides_color_change_percent| to 10. + * Added support for gVim themes that don't specify a `hi Normal guibg` + color. + 1.2~ * Customizable size for indent guides, eg. skinny guides (soft-tabs only). * Customizable start indent level. * Refactored some internal logic. + 1.1~ * Added basic support for Terminal Vim. See |indent-guides-terminal-vim| for more information. @@ -223,7 +229,7 @@ Bug reports, feedback, suggestions etc are welcomed. The MIT Licence http://www.opensource.org/licenses/mit-license.php -Copyright (c) 2010 Nate Kane +Copyright (c) 2010-2011 Nate Kane Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal