Add flag for cursorline

This commit is contained in:
alexbel
2013-04-22 17:05:45 -04:00
parent 3d30f26c33
commit ed7387876f
2 changed files with 9 additions and 1 deletions

View File

@@ -56,8 +56,11 @@ if !exists("g:indentLine_maxLines")
let g:indentLine_maxLines = 3000
endif
if !exists("g:indentLine_noConcealCursor")
set concealcursor=inc
endif
set conceallevel=1
set concealcursor=inc
"{{{1 function! <SID>InitColor()
function! <SID>InitColor()