Update help file
This commit is contained in:
parent
6637da8436
commit
930eba1560
@ -149,7 +149,7 @@ Use this option to control whether the plugin considers tabs as indention.
|
|||||||
Default: 1. Values: 0 or 1.
|
Default: 1. Values: 0 or 1.
|
||||||
>
|
>
|
||||||
let g:indent_guides_tab_guides = 0
|
let g:indent_guides_tab_guides = 0
|
||||||
|
<
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*'indent_guides_soft_pattern'*
|
*'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
|
* Set size of indent guide to `tabstop` value when `shiftwidth=0` or
|
||||||
`noexpandtab` is used (thanks @darkfeline and @wilywampa).
|
`noexpandtab` is used (thanks @darkfeline and @wilywampa).
|
||||||
* Don't load plugin in unsupported versions of Vim (thanks @dersaidin).
|
* 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~
|
1.7~
|
||||||
* Added way to override the default mapping (thanks @xuhdev).
|
* Added way to override the default mapping (thanks @xuhdev).
|
||||||
|
Loading…
Reference in New Issue
Block a user