Added plugin functionality and updated help file

This commit is contained in:
Nate Kane
2010-12-05 19:16:14 +10:00
parent ddf9cd81c3
commit 3934aba6c0
2 changed files with 65 additions and 3 deletions

View File

@@ -25,11 +25,14 @@ CONTENTS *indent-guides-contents*
==============================================================================
COMMANDS *indent-guides-commands*
:IndentGuidesToggle *:IndentGuidesToggle*
Toggles the indent guides on and off for all buffers.
:IndentGuidesEnable *:IndentGuidesEnable*
Enables the indent guides for the current buffer.
Enables the indent guides for all buffers.
:IndentGuidesDisable *:IndentGuidesDisable*
Disables the indent guides for the current buffer.
Disables the indent guides for all buffers.
==============================================================================
OPTIONS *indent-guides-options*
@@ -37,7 +40,7 @@ OPTIONS *indent-guides-options*
*'IndentGuides_indent_levels'*
Use this option to control how many indent levels to display guides for:
>
let g:IndentGuides_indent_levels=20
let g:IndentGuides_indent_levels=50
<
==============================================================================