Added new global option to configure whether the plugin is enabled on Vim startup

This commit is contained in:
Nate Kane
2011-01-24 20:45:18 +10:00
parent 0c214805f2
commit 3c86647883
2 changed files with 26 additions and 8 deletions

View File

@@ -9,8 +9,8 @@
Author: Nate Kane <nathanaelkane AT gmail DOT com>
Version: 1.3
Last Change: 17 Jan 2011
Version: 1.4
Last Change: 24 Jan 2011
==============================================================================
CONTENTS *indent-guides-contents*
@@ -126,6 +126,15 @@ Default: 1. Values: between 1 and g:|indent_guides_indent_levels|.
let g:indent_guides_start_level = 2
<
------------------------------------------------------------------------------
*'indent_guides_enable_on_vim_startup'*
Use this option to control whether the plugin is enabled on Vim startup.
Default: 0. Values: 0 or 1.
>
let g:indent_guides_enable_on_vim_startup = 0
<
==============================================================================
4. MAPPINGS *indent-guides-mappings*
@@ -203,6 +212,9 @@ Bug reports, feedback, suggestions etc are welcomed.
==============================================================================
7. CHANGELOG *indent-guides-changelog*
1.4~
* Added the new plugin option g:|indent_guides_enable_on_vim_startup|.
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`