diff --git a/README.md b/README.md index 867d1b6..28a6006 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ let g:indentLine_char = 'c' ``` where `'c'` can be any ASCII character. You can also use one of `¦`, `┆`, `︙` or `│` to display more beautiful lines. However, these characters will only work with files whose encoding is UTF-8. +**Change Conceal Behaviour** + +Vim 7.3 has a new feature `conceal` [Documentation](http://vimdoc.sourceforge.net/htmldoc/version7.html#new-conceal) to automatically hide a stretch of text based on syntax highlighting. + +``` +let g:indentLine_concealcursor = 'vc' (default 'inc') +let g:indentLine_conceallevel = 0 (default 2) +``` + **Disable by default** ``` let g:indentLine_enabled = 0 diff --git a/doc/indentLine.txt b/doc/indentLine.txt index 147b2e5..03cdf1b 100644 --- a/doc/indentLine.txt +++ b/doc/indentLine.txt @@ -112,9 +112,9 @@ g:indentLine_concealcursor *g:indentLine_concealcursor* See *concealcursor*. Default value is 'inc'. -g:indentLine_concealleavel *g:indentLine_conceallevel* +g:indentLine_conceallevel *g:indentLine_conceallevel* This variable toggles the concealing behavior. - See *concealleavel*. + See *conceallevel*. Default value is '2'. g:indentLine_leadingSpaceChar *g:indentLine_leadingSpaceChar*