Update help file

This commit is contained in:
Nate Kane 2016-04-17 21:09:14 +10:00
parent 6637da8436
commit 930eba1560

View File

@ -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).