Help file formatting

This commit is contained in:
Nate Kane 2013-06-27 19:37:17 +10:00
parent 869bfc948e
commit 1c60df40e0

View File

@ -147,10 +147,11 @@ Default: 1. Values: 0 or 1.
Use this option to explicitly specify a pattern for soft indentation. For Use this option to explicitly specify a pattern for soft indentation. For
example to match spaces only in the beginning of line use ' ' pattern. example to match spaces only in the beginning of line use ' ' pattern.
Default: '\s'. Values: vim regexp. Default: '\s'. Values: Vim regexp.
> >
let g:indent_guides_soft_pattern = ' ' let g:indent_guides_soft_pattern = ' '
< <
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*'indent_guides_enable_on_vim_startup'* *'indent_guides_enable_on_vim_startup'*
Use this option to control whether the plugin is enabled on Vim startup. Use this option to control whether the plugin is enabled on Vim startup.