Merge pull request #214 from thallada/patch-1

Add left-aligned unicode characters to README
This commit is contained in:
Yggdroot
2017-07-20 12:10:16 +08:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ Vim and GVim
``` ```
let g:indentLine_char = 'c' 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. 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** **Change Conceal Behaviour**