diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 64b8b0c..4ece5e1 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -147,10 +147,11 @@ Default: 1. Values: 0 or 1. Use this option to explicitly specify a pattern for soft indentation. For 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 = ' ' < + ------------------------------------------------------------------------------ *'indent_guides_enable_on_vim_startup'* Use this option to control whether the plugin is enabled on Vim startup.