From 1c60df40e0d3c9583072e6b7ee0a37296ec95983 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Thu, 27 Jun 2013 19:37:17 +1000 Subject: [PATCH] Help file formatting --- doc/indent_guides.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.