Added symmetrical option to disable indents for tab

nathanaelkane/vim-indent-guides#102
This commit is contained in:
Dmytro Kolomoiets
2015-12-01 12:21:09 +02:00
parent 49bde6fa30
commit 470ef5e55f
3 changed files with 17 additions and 3 deletions

View File

@@ -142,6 +142,15 @@ Default: 1. Values: 0 or 1.
let g:indent_guides_space_guides = 0
<
------------------------------------------------------------------------------
*'indent_guides_tab_guides'*
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'*
Use this option to explicitly specify a pattern for soft indentation. For