Renamed files so have underscores instead of dashes and moved methods to autoload files

This commit is contained in:
Nate Kane
2010-12-07 19:41:05 +10:00
parent 11de60a4fb
commit b25680bd4f
5 changed files with 167 additions and 147 deletions

View File

@@ -38,10 +38,10 @@ CONTENTS *indent-guides-contents*
==============================================================================
2. OPTIONS *indent-guides-options*
*'IndentGuides_indent_levels'*
*'indent_guides_indent_levels'*
Use this option to control how many indent levels to display guides for:
>
let g:IndentGuides_indent_levels=50
let g:indent_guides_indent_levels=50
<
==============================================================================