From 930eba156048e8e1b62ec6f27830b2de416585de Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Sun, 17 Apr 2016 21:09:14 +1000 Subject: [PATCH] Update help file --- doc/indent_guides.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 6294a7f..d51a394 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -149,7 +149,7 @@ Use this option to control whether the plugin considers tabs as indention. Default: 1. Values: 0 or 1. > let g:indent_guides_tab_guides = 0 - +< ------------------------------------------------------------------------------ *'indent_guides_soft_pattern'* @@ -272,6 +272,8 @@ Bug reports, feedback, suggestions etc are welcomed. * Set size of indent guide to `tabstop` value when `shiftwidth=0` or `noexpandtab` is used (thanks @darkfeline and @wilywampa). * Don't load plugin in unsupported versions of Vim (thanks @dersaidin). + * Added option g:|indent_guides_tab_guides| to control whether tabs are + considered as indention (thanks @amerlyq). 1.7~ * Added way to override the default mapping (thanks @xuhdev).