Merge pull request #46 from kikyous/master

Update indentLine.txt
This commit is contained in:
Yggdroot
2013-07-31 02:04:36 -07:00

View File

@@ -74,7 +74,7 @@ g:indentLine_fileTypeExclude *g:indentLine_fileTypeExclude*
This variable specify a list of file types.
When opening these types of files, the plugin is disabled by
default.
e.g. let g:indentLine_fileType = ['text', 'sh']
e.g. let g:indentLine_fileTypeExclude = ['text', 'sh']
Default value is [] which means no file types is excluded.
g:indentLine_bufNameExclude *g:indentLine_bufNameExclude*