From 869bfc948eff888a5d9ee9a7ca8c42076b48d302 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Thu, 27 Jun 2013 19:37:08 +1000 Subject: [PATCH] Help file wording --- doc/indent_guides.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 93b6727..64b8b0c 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -144,8 +144,8 @@ Default: 1. Values: 0 or 1. ------------------------------------------------------------------------------ *'indent_guides_soft_pattern'* -Use this option to explicitly specify a pattern for indentation. For example -to match spaces only in the beginning of line use ' ' pattern. +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. >