no need to use conceallevel=2

This commit is contained in:
NagatoPain
2012-12-15 14:02:28 +08:00
parent 8ff780c424
commit bb8e9c5479

View File

@@ -14,7 +14,7 @@ if !exists("g:indentLine_char")
let g:indentLine_char = "┆"
endif
set conceallevel=2
set conceallevel=1
set concealcursor=inc
function! <SID>InitColor()