mirror of
https://github.com/Yggdroot/indentLine.git
synced 2026-02-20 00:28:26 +08:00
change default indentline
This commit is contained in:
@@ -24,7 +24,8 @@ endfunction
|
|||||||
|
|
||||||
function! <SID>SetIndentLine()
|
function! <SID>SetIndentLine()
|
||||||
for i in range(&shiftwidth+1, 100, &shiftwidth)
|
for i in range(&shiftwidth+1, 100, &shiftwidth)
|
||||||
exe 'syn match IndentLine /\(^\s\+\)\@<=\%'.i.'v / containedin=ALL conceal cchar=|'
|
" | ┆ │
|
||||||
|
exe 'syn match IndentLine /\(^\s\+\)\@<=\%'.i.'v / containedin=ALL conceal cchar=┆'
|
||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user