This commit is contained in:
Volodymyr Medvid
2013-08-28 19:36:34 +03:00
parent 42cf057292
commit 721a2fa158

View File

@@ -91,7 +91,7 @@ endfunction
"{{{1 function! <SID>SetIndentLine()
function! <SID>SetIndentLine()
let b:indentLine_enabled = 1
let space = &l:shiftwidth
let space = &l:shiftwidth == 0 ? &l:tabstop : &l:shiftwidth
if g:indentLine_showFirstIndentLevel
exec 'syn match IndentLine /^ / containedin=ALL conceal cchar=' . g:indentLine_first_char