This commit is contained in:
Yggdroot
2013-04-01 19:00:16 +08:00
parent 919e0bf4e0
commit 7be63e55a7
2 changed files with 23 additions and 6 deletions

View File

@@ -77,6 +77,13 @@ g:indentLine_fileTypeExclude *g:indentLine_fileTypeExclude*
e.g. let g:indentLine_fileType = ['text', 'sh']
Default value is [] which means no file types is excluded.
g:indentLine_bufNameExclude *g:indentLine_bufNameExclude*
This variable specify a list of buffer names, which can be
regular expression. If the buffer's name fall into this list,
the indentLine won't display.
e.g. let g:indentLine_bufNameExclude = ['_.*', 'NERD_tree.*']
Default value is [].
==============================================================================
COMMANDS *indentLine-commands*